Share via


ItemDispenser.AdjustItemCount(Int32, Int32) Method

Definition

Sets the number of items in the Item Dispenser.

public abstract void AdjustItemCount (int itemCount, int slotNumber);
abstract member AdjustItemCount : int * int -> unit
Public MustOverride Sub AdjustItemCount (itemCount As Integer, slotNumber As Integer)

Parameters

itemCount
Int32

Contains the number of items to be initialized.

slotNumber
Int32

Contains the slot number to be initialized. Valid slot numbers are 1 through Microsoft.PointOfService.ItemDispenser.MaxSlots.

Applies to