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
)
Public Sub New (
requestID As Integer,
data As Object
)
Parameters
- requestID
- Type: SystemInt32
The int value of the WebServiceEvent request. - data
- Type: SystemObject
The data from the WebServiceEvent request.
See Also