Share via


ElectronicValueRW.OutputCompleteEvent Event (POS for .NET v1.12 SDK Documentation)

2/27/2008

Notifies the application that the queued asynchronous output request associated with the OutputId attribute has completed successfully.

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

Syntax

'Declaration
Public Event OutputCompleteEvent As OutputCompleteEventHandler
public abstract event OutputCompleteEventHandler OutputCompleteEvent
public:
virtual event OutputCompleteEventHandler^ OutputCompleteEvent {
    void add (OutputCompleteEventHandler^ value) abstract;
    void remove (OutputCompleteEventHandler^ value) abstract;
}
/** @event */
public abstract void add_OutputCompleteEvent (OutputCompleteEventHandler value)

/** @event */
public abstract void remove_OutputCompleteEvent (OutputCompleteEventHandler value)

Remarks

This event is enqueued after the request’s data has been both sent and the Service has confirmation that it was processed by the device successfully.

See Also

Reference

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace