Share via


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

2/27/2008

Gets or sets a delay time in milliseconds for an automatic stop in forward direction.

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

Syntax

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

/** @property */
public abstract void set_AutoStopForwardDelayTime (int value)
public abstract function get AutoStopForwardDelayTime () : int

public abstract function set AutoStopForwardDelayTime (value : int)

Remarks

Gets or sets the integer value of a delay time in milliseconds for an automatic stop in forward 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 CapAutoStopForward property is false, this property has no meaning. 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