Share via


Belt.AutoStopBackwardDelayTime Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets a delay time for an automatic stop of the belt in backward direction.

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

Syntax

'Declaration
Public MustOverride Property AutoStopBackwardDelayTime As Integer
public abstract int AutoStopBackwardDelayTime { get; set; }
public:
virtual property int AutoStopBackwardDelayTime {
    int get () abstract;
    void set (int value) abstract;
}
/** @property */
public abstract int get_AutoStopBackwardDelayTime ()

/** @property */
public abstract void set_AutoStopBackwardDelayTime (int value)
public abstract function get AutoStopBackwardDelayTime () : int

public abstract function set AutoStopBackwardDelayTime (value : int)

Remarks

The integer value indicates a delay time in milliseconds for an automatic stop in backward direction. The delay time starts when an automatic stop condition becomes true. The delay time counting stops and automatic stop is canceled if the condition becomes false.

If the CapAutoStopBackward property is false, this property has no meaning and setting this property is ignored.

This property is initialized to zero (0) by the Open 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

Belt Class
Belt Members
Microsoft.PointOfService Namespace