OutputCompleteEventArgs(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.