BillAcceptor.PauseDeposit(CashDepositPause) Method

Definition

Suspends or resumes the process of 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 cash acceptance process is paused or restarted. If the value of this parameter is Pause, acceptance is paused. If the value is Restart, cash acceptance resumes.

Applies to