Click or drag to resize

ApplicationWebhookArgs Constructor (String, String, Object)

Full constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ApplicationWebhookArgs(
	string source,
	string eventName,
	Object data
)

Parameters

source
Type: SystemString
The source for this webhook (e.g. Braintree).
eventName
Type: SystemString
The name for this specific event.
data
Type: SystemObject
The payload of the event.
See Also