Share via


RemoteOrderDisplay.SystemVideoSaveBuffers Property

2/27/2008

Gets the total number of video save buffers the remote order display device can support at one time.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property SystemVideoSaveBuffers As Integer
public abstract int SystemVideoSaveBuffers { get; }
public:
virtual property int SystemVideoSaveBuffers {
    int get () abstract;
}
/** @property */
public abstract int get_SystemVideoSaveBuffers ()
public abstract function get SystemVideoSaveBuffers () : int

Remarks

SystemVideoSaveBuffers is set and updated by the service object, based on the capabilities of the device.

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
VideoSaveBuffers