CashChanger.DispenseChange(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.
Dispenses the specified amount of cash.
public abstract void DispenseChange (int amount);
abstract member DispenseChange : int -> unit
Public MustOverride Sub DispenseChange (amount As Integer)
Parameters
- amount
- Int32
Indicates the change to be dispensed.