ItemDispenser.AdjustItemCount(Int32, 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.
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.