Click or drag to resize
ParticleCloudMakePutRequestAsync Method
Makes the put 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> MakePutRequestAsync(
	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