RemoteOrderDisplay.AutoToneDuration Property
2/27/2008
Gets or sets the duration (in milliseconds) of the automatic tone for the video unit specified by the CurrentUnitId property.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Property AutoToneDuration As Integer
public abstract int AutoToneDuration { get; set; }
public:
virtual property int AutoToneDuration {
int get () abstract;
void set (int value) abstract;
}
/** @property */
public abstract int get_AutoToneDuration ()
/** @property */
public abstract void set_AutoToneDuration (int value)
public abstract function get AutoToneDuration () : int
public abstract function set AutoToneDuration (value : int)
Remarks
AutoToneDuration is typically initialized to the default value for each online video unit when the device is first enabled by the service object. It should then be kept current by the service object while the device is enabled.
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
CurrentUnitId