Click or drag to resize
ParticleDeviceIsRefreshing Property
Gets or sets a value indicating whether this device is refreshing.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public bool IsRefreshing { get; set; }

Property Value

Type: Boolean
true if this device is refreshing; otherwise, false.
See Also