ParticleCloudMakeDeleteRequestAsync Method |
Makes the delete request asynchronous to the particle cloud
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic virtual Task<RequestResponse> MakeDeleteRequestAsync(
string method
)
Public Overridable Function MakeDeleteRequestAsync (
method As String
) As Task(Of RequestResponse)
public:
virtual Task<RequestResponse^>^ MakeDeleteRequestAsync(
String^ method
)
abstract MakeDeleteRequestAsync :
method : string -> Task<RequestResponse>
override MakeDeleteRequestAsync :
method : string -> Task<RequestResponse>
Parameters
- method
- Type: SystemString
The method.
Return Value
Type:
TaskRequestResponse[Missing <returns> documentation for "M:Particle.ParticleCloud.MakeDeleteRequestAsync(System.String)"]
See Also