CoinAcceptor.PauseDeposit(CashDepositPause) 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.
Suspends or resumes depositing cash.
public abstract void PauseDeposit (Microsoft.PointOfService.CashDepositPause control);
abstract member PauseDeposit : Microsoft.PointOfService.CashDepositPause -> unit
Public MustOverride Sub PauseDeposit (control As CashDepositPause)
Parameters
- control
- CashDepositPause
Indicates whether the coin acceptance process will be paused or restarted. If the value of this parameter is Pause, acceptance will be paused. If the value is Restart, cash acceptance will resume.