Share via


CoinAcceptor.PauseDeposit(CashDepositPause) Method

Definition

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.

Applies to