Share via


BillAcceptor.BeginDeposit Method (POS for .NET v1.12 SDK Documentation)

2/27/2008

Begins the cash acceptance process.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Sub BeginDeposit
public abstract void BeginDeposit ()
public:
virtual void BeginDeposit () abstract
public abstract void BeginDeposit ()
public abstract function BeginDeposit ()

Remarks

The following property values are initialized by the call to this method:

After the code calls this method, cash acceptance is continually reported by the DataEvent events until the FixDeposit method is called while the deposit process is running (not paused).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

BillAcceptor Class
BillAcceptor Members
Microsoft.PointOfService Namespace
DepositAmount
DepositCounts
EndDeposit
FixDeposit
PauseDeposit