WebServiceEventArgs Constructor (Enum, Object) |
Standard constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public WebServiceEventArgs(
Enum requestID,
Object data
)
Public Sub New (
requestID As Enum,
data As Object
)
Parameters
- requestID
- Type: SystemEnum
The Enum value of the WebServiceEvent request. - data
- Type: SystemObject
The data from the WebServiceEvent request.
See Also