Click or drag to resize
ParticleCloudMakePutRequestWithAuthTestAsync Method
Calls and if it returns a status code of Unauthorized try s to refresh the token and makes the request again

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public virtual Task<RequestResponse> MakePutRequestWithAuthTestAsync(
	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 from the request
See Also