Belt.AdjustItemCount(BeltDirection, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the direction of a belt and adjusts the item count accordingly.
public abstract void AdjustItemCount (Microsoft.PointOfService.BeltDirection direction, int count);
abstract member AdjustItemCount : Microsoft.PointOfService.BeltDirection * int -> unit
Public MustOverride Sub AdjustItemCount (direction As BeltDirection, count As Integer)
Parameters
- direction
- BeltDirection
Specifies the auto stop item count property to be adjusted. May be either Backward orForward.
- count
- Int32
Contains the number of items to be adjusted.