ParticleCloudMakeGetRequestAsync Method |
Makes the get request asynchronous to the cloud api
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic virtual Task<RequestResponse> MakeGetRequestAsync(
string method
)
Public Overridable Function MakeGetRequestAsync (
method As String
) As Task(Of RequestResponse)
public:
virtual Task<RequestResponse^>^ MakeGetRequestAsync(
String^ method
)
abstract MakeGetRequestAsync :
method : string -> Task<RequestResponse>
override MakeGetRequestAsync :
method : string -> Task<RequestResponse>
Parameters
- method
- Type: SystemString
The method to call i.e. devices
Return Value
Type:
TaskRequestResponseThe results of the request.
See Also