Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookLogService

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public class WebhookLogService : IWebhookLogService

    Constructors

    View Source

    WebhookLogService(IWebhookLogRepository, ICoreScopeProvider)

    Declaration
    public WebhookLogService(IWebhookLogRepository webhookLogRepository, ICoreScopeProvider coreScopeProvider)
    Parameters
    Type Name Description
    IWebhookLogRepository webhookLogRepository
    ICoreScopeProvider coreScopeProvider

    Methods

    View Source

    CreateAsync(WebhookLog)

    Declaration
    public Task<WebhookLog> CreateAsync(WebhookLog webhookLog)
    Parameters
    Type Name Description
    WebhookLog webhookLog
    Returns
    Type Description
    Task<WebhookLog>
    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
    Type Description
    Task<PagedModel<WebhookLog>>
    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
    Type Description
    Task<PagedModel<WebhookLog>>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX