LampInfo.UpdateLatency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Time between the device receiving an update for a lamp and it emanating from the device.
public:
property TimeSpan UpdateLatency { TimeSpan get(); };
TimeSpan UpdateLatency();
public System.TimeSpan UpdateLatency { get; }
var timeSpan = lampInfo.updateLatency;
Public ReadOnly Property UpdateLatency As TimeSpan
Property Value
The time value between receiving an update and emanating from the device.