EVRWResult(Int32, Object) 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 an instance of the EVRWResult structure.
public EVRWResult (int data, object obj);
new Microsoft.PointOfService.EVRWResult : int * obj -> Microsoft.PointOfService.EVRWResult
Public Sub New (data As Integer, obj As Object)
Parameters
- data
- Int32
The returned data that depends on the specific implementation.
- obj
- Object
The returned object that depends on the specific implementation.