Interface IWebhookLogService
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IWebhookLogService
Methods
View SourceCreateAsync(WebhookLog)
Declaration
Task<WebhookLog> CreateAsync(WebhookLog webhookLog)
Parameters
Type | Name | Description |
---|---|---|
Webhook |
webhookLog |
Returns
Type | Description |
---|---|
Task<Webhook |
Get(Int32, Int32)
Declaration
Task<PagedModel<WebhookLog>> Get(int skip = 0, int take = 2147483647)
Parameters
Type | Name | Description |
---|---|---|
System. |
skip | |
System. |
take |
Returns
Type | Description |
---|---|
Task<Paged |