Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IWebhookLogFactory

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IWebhookLogFactory

    Methods

    View Source

    CreateAsync(string, HttpRequestMessage, HttpResponseMessage?, int, Exception?, IWebhook, CancellationToken)

    Declaration
    Task<WebhookLog> CreateAsync(string eventAlias, HttpRequestMessage requestMessage, HttpResponseMessage? httpResponseMessage, int retryCount, Exception? exception, IWebhook webhook, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    string eventAlias
    HttpRequestMessage requestMessage
    HttpResponseMessage httpResponseMessage
    int retryCount
    Exception exception
    IWebhook webhook
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<WebhookLog>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX