Click or drag to resize
ParticleCloudMakeDeleteRequestWithAuthTestAsync 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> MakeDeleteRequestWithAuthTestAsync(
	string method
)

Parameters

method
Type: SystemString
The method to call

Return Value

Type: TaskRequestResponse
The results from the request
See Also