Click or drag to resize
ParticleCloudMakeDeleteRequestAsync Method
Makes the delete 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> MakeDeleteRequestAsync(
	string method
)

Parameters

method
Type: SystemString
The method.

Return Value

Type: TaskRequestResponse

[Missing <returns> documentation for "M:Particle.ParticleCloud.MakeDeleteRequestAsync(System.String)"]

See Also