Click or drag to resize

ApplicationExtensionBaseWebhook Method

Called when a webhook is processed.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void Webhook(
	IAppContext sender,
	ApplicationWebhookArgs e
)

Parameters

sender
Type: NetQuarryIAppContext
The application context object.
e
Type: NetQuarryApplicationWebhookArgs
Event arguments.
See Also