View Source
Class WebhookFiring
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class WebhookFiring : IRecurringBackgroundJob
Constructors
View Source
WebhookFiring(ILogger<WebhookFiring>, IWebhookRequestService, IWebhookLogFactory, IWebhookLogService, IWebhookService, IOptionsMonitor<WebhookSettings>, ICoreScopeProvider, IHttpClientFactory)
Declaration
public WebhookFiring(ILogger<WebhookFiring> logger, IWebhookRequestService webhookRequestService, IWebhookLogFactory webhookLogFactory, IWebhookLogService webhookLogService, IWebhookService webHookService, IOptionsMonitor<WebhookSettings> webhookSettings, ICoreScopeProvider coreScopeProvider, IHttpClientFactory httpClientFactory)
Parameters
Properties
View Source
Delay
Declaration
public TimeSpan Delay { get; }
Property Value
Type |
Description |
TimeSpan |
|
View Source
Period
Declaration
public TimeSpan Period { get; }
Property Value
Type |
Description |
TimeSpan |
|
Methods
View Source
RunJobAsync()
Declaration
public async Task RunJobAsync()
Returns
Events
View Source
PeriodChanged
Declaration
public event EventHandler PeriodChanged
Event Type
Type |
Description |
EventHandler |
|