Device.OutOfDate Property

Returns true if this object is out-of-date with respect to the hardware device that it represents, false if not. When this property returns true, this object should be disposed of immediately and should not be used for any purpose. Once this property returns true, it will never again return false for the current object. This property is read-only.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool OutOfDate { get; }

Property Value

Type: Boolean

Implements

IConfigDeviceOutOfDate
See Also