Share via


RemoteOrderDisplay.UnitsOnline Property

2/27/2008

Gets which video units are online.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property UnitsOnline As DeviceUnits
public abstract DeviceUnits UnitsOnline { get; }
public:
virtual property DeviceUnits UnitsOnline {
    DeviceUnits get () abstract;
}
/** @property */
public abstract DeviceUnits get_UnitsOnline ()
public abstract function get UnitsOnline () : DeviceUnits

Remarks

UnitsOnline is typically initialized to Unit1. UnitsOnline is updated as changes are detected, such as before a StatusUpdateEvent event is raised and during the CheckHealth method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

RemoteOrderDisplay Class
RemoteOrderDisplay Members
Microsoft.PointOfService Namespace