CashChanger.AsyncResultCodeExtended Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the completion status of the last asynchronous dispense request.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property AsyncResultCodeExtended As Integer
public abstract int AsyncResultCodeExtended { get; }
public:
virtual property int AsyncResultCodeExtended {
    int get () abstract;
}
/** @property */
public abstract int get_AsyncResultCodeExtended ()
public abstract function get AsyncResultCodeExtended () : int

Remarks

Holds the completion status of the last asynchronous dispense request (that is, when DispenseCash or DispenseChange method was called by using the AsyncMode property set to true). AsyncResultCodeExtended is set by the service object before a StatusUpdateEvent event is delivered with a status value of StatusAsync. The value of AsyncResultCodeExtended is same as the value that would have been in the ErrorCodeExtended property had the method been performed synchronously.

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

CashChanger Class
CashChanger Members
Microsoft.PointOfService Namespace
CashChanger.DispenseCash Method
CashChanger.DispenseChange Method
CashChanger.AsyncMode Property