共用方式為


EVRWResult(Int32, Object) Constructor

Definition

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.

Applies to