View Source
Class WebhookFiringService
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class WebhookFiringService : IWebhookFiringService
Constructors
View Source
WebhookFiringService(IWebhookRequestService)
Declaration
public WebhookFiringService(IWebhookRequestService webhookRequestService)
Parameters
Methods
View Source
FireAsync(IWebhook, String, Object, CancellationToken)
Declaration
public async Task FireAsync(IWebhook webhook, string eventAlias, object payload, CancellationToken cancellationToken)
Parameters
| Type |
Name |
Description |
| IWebhook |
webhook |
|
| System.String |
eventAlias |
|
| System.Object |
payload |
|
| CancellationToken |
cancellationToken |
|
Returns