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
)
Public Sub New (
source As String,
eventName As String,
data As Object
)
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