Click or drag to resize

BaseControllerFireEvent Method

Fires an application web service event.

Namespace:  NetQuarry.Web.API
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Object FireEvent(
	string authToken,
	WebServiceEventArgs args
)

Parameters

authToken
Type: SystemString
The authentication token.
args
Type: NetQuarryWebServiceEventArgs
The event args.

Return Value

Type: Object
The event-specific response.
See Also