Share via


Belt.ResetItemCount Method

2/27/2008

Resets the item counter of the belt direction.

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

Syntax

'Declaration
Public MustOverride Sub ResetItemCount ( _
    direction As BeltDirection _
)
public abstract void ResetItemCount (
    BeltDirection direction
)
public:
virtual void ResetItemCount (
    BeltDirection direction
) abstract
public abstract void ResetItemCount (
    BeltDirection direction
)
public abstract function ResetItemCount (
    direction : BeltDirection
)

Parameters

  • direction
    Specifies the auto stop item count property to be reset. May be either Backward or Forward.

Remarks

Depending on direction, either AutoStopBackwardItemCount or AutoStopForwardItemCount are reset to zero (0).This method is only valid if at least one of the corresponding capabilities CapAutoStopBackwardItemCount or CapAutoStopForwardItemCount 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

Belt Class
Belt Members
Microsoft.PointOfService Namespace