Click or drag to resize

WebServiceEventArgs Constructor (String, String, Object)

Standard constructor with Primary ID;

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

Parameters

name
Type: SystemString
The name of the WebServiceEvent request.
primaryID
Type: SystemString
The primary ID.
data
Type: SystemObject
The data from the WebServiceEvent request.
See Also