Share via


OutputCompleteEventArgs(Int32) Constructor

Definition

Creates a new instance of OutputCompleteEventArgs with the specified data.

public OutputCompleteEventArgs (int outputId);
new Microsoft.PointOfService.OutputCompleteEventArgs : int -> Microsoft.PointOfService.OutputCompleteEventArgs
Public Sub New (outputId As Integer)

Parameters

outputId
Int32

ID number of the asynchronous output request that is complete.

Applies to