Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookFiringService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Services.Implement
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class WebhookFiringService : IWebhookFiringService

    Constructors

    View Source

    WebhookFiringService(IWebhookRequestService)

    Declaration
    public WebhookFiringService(IWebhookRequestService webhookRequestService)
    Parameters
    Type Name Description
    IWebhookRequestService webhookRequestService

    Methods

    View Source

    FireAsync(IWebhook, String, Object, CancellationToken)

    Declaration
    public async Task FireAsync(IWebhook webhook, string eventAlias, object payload, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    IWebhook webhook
    System.String eventAlias
    System.Object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • WebhookFiringService(IWebhookRequestService)
    • Methods
      • FireAsync(IWebhook, String, Object, CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX