ParticleDeviceRefreshAsync Method |
Refreshes the device from the cloud.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic Task<Result> RefreshAsync()
Public Function RefreshAsync As Task(Of Result)
public:
Task<Result^>^ RefreshAsync()
member RefreshAsync : unit -> Task<Result>
Return Value
Type:
TaskResult[Missing <returns> documentation for "M:Particle.ParticleDevice.RefreshAsync"]
See Also