RemoteOrderDisplay.Timeout Property
2/27/2008
Gets or sets the timeout value in milliseconds used by the remote order display device to complete all supported output methods.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Property Timeout As Integer
public abstract int Timeout { get; set; }
public:
virtual property int Timeout {
int get () abstract;
void set (int value) abstract;
}
/** @property */
public abstract int get_Timeout ()
/** @property */
public abstract void set_Timeout (int value)
public abstract function get Timeout () : int
public abstract function set Timeout (value : int)
Remarks
If the device is unable to complete an output method within the timeout value, then the method returns a failure status if AsyncMode is false, or queues an ErrorEvent if AsyncMode is true.
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
RemoteOrderDisplay.AsyncMode Property