Share via


CoinAcceptor.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 when this method is called:

After it calls this method, cash acceptance is reported by DataEvents until

FixDeposit is called while the deposit process is 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

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