Click or drag to resize
ParticleCloudMakePostRequestAsync Method
Makes the post request asynchronous to the particle cloud

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public virtual Task<RequestResponse> MakePostRequestAsync(
	string method,
	params KeyValuePair<string, string>[] arguments
)

Parameters

method
Type: SystemString
The method to call
arguments
Type: System.Collections.GenericKeyValuePairString, String
The arguments to pass during the call

Return Value

Type: TaskRequestResponse
The results of the request
See Also