Share via


ToneIndicator.OutputCompleteEvent Event

2/27/2008

Raised by the Service Object to notify the application that the queued output request 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

Notifies the application that the queued output request associated with the OutputCompleteEventArgs.OutputId property has completed successfully.

OutputCompleteEvent is queued after the request’s data has been both sent and POS for .NET has confirmation that it was successfully processed by the device.

See Also

Reference

ToneIndicator Class
ToneIndicator Members
Microsoft.PointOfService Namespace