Share via


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

2/27/2008

Updates property values to reflect the current values in the Bill Acceptor.

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

Syntax

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

Remarks

When this method is called, all property values are updated to reflect the current values in the Bill Acceptor.

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
BillAcceptor.BeginDeposit Method
BillAcceptor.EndDeposit Method
PauseDeposit