Share via


BillDispenser.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 the DispenseCash method was called with AsyncMode set to true.

This property is set before a StatusUpdateEvent event is delivered with a Status value of StatusAsync.

The value of AsyncResultCodeExtended is the same as the value that would have been set 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

BillDispenser Class
BillDispenser Members
Microsoft.PointOfService Namespace
BillDispenser.AsyncMode Property
BillDispenser.DispenseCash Method
BillDispenser.AsyncResultCode Property