Click or drag to resize
ParticleCloudMakeGetRequestAsync Method
Makes the get request asynchronous to the cloud api

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public virtual Task<RequestResponse> MakeGetRequestAsync(
	string method
)

Parameters

method
Type: SystemString
The method to call i.e. devices

Return Value

Type: TaskRequestResponse
The results of the request.
See Also