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
)
Public Overridable Sub Webhook (
sender As IAppContext,
e As ApplicationWebhookArgs
)
Parameters
- sender
- Type: NetQuarryIAppContext
The application context object. - e
- Type: NetQuarryApplicationWebhookArgs
Event arguments.
See Also