View Source
Class WebhookLogService
Assembly: Umbraco.Core.dll
Syntax
public class WebhookLogService : IWebhookLogService
Constructors
View Source
WebhookLogService(IWebhookLogRepository, ICoreScopeProvider)
Declaration
public WebhookLogService(IWebhookLogRepository webhookLogRepository, ICoreScopeProvider coreScopeProvider)
Parameters
Methods
View Source
CreateAsync(WebhookLog)
Declaration
public Task<WebhookLog> CreateAsync(WebhookLog webhookLog)
Parameters
Returns
View Source
Get(Guid, int, int)
Declaration
public Task<PagedModel<WebhookLog>> Get(Guid webhookKey, int skip = 0, int take = 2147483647)
Parameters
| Type |
Name |
Description |
| Guid |
webhookKey |
|
| int |
skip |
|
| int |
take |
|
Returns
View Source
Get(int, int)
Declaration
public Task<PagedModel<WebhookLog>> Get(int skip = 0, int take = 2147483647)
Parameters
| Type |
Name |
Description |
| int |
skip |
|
| int |
take |
|
Returns