ParticleDeviceUnclaimAsync Method |
Unclaims the Device asynchronous.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic Task<Result> UnclaimAsync()
Public Function UnclaimAsync As Task(Of Result)
public:
Task<Result^>^ UnclaimAsync()
member UnclaimAsync : unit -> Task<Result>
Return Value
Type:
TaskResult[Missing <returns> documentation for "M:Particle.ParticleDevice.UnclaimAsync"]
See Also