View Source
Class WebhookLogService
Inheritance
System.Object
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 async Task<WebhookLog> CreateAsync(WebhookLog webhookLog)
Parameters
Returns
View Source
Get(Int32, Int32)
Declaration
public async Task<PagedModel<WebhookLog>> Get(int skip = 0, int take = 2147483647)
Parameters
Type |
Name |
Description |
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns