Click or drag to resize

WebServiceEventArgs Constructor (Int32, Object)

Standard constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public WebServiceEventArgs(
	int requestID,
	Object data
)

Parameters

requestID
Type: SystemInt32
The int value of the WebServiceEvent request.
data
Type: SystemObject
The data from the WebServiceEvent request.
See Also