Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IWebhookFiringService

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

    Methods

    View Source

    FireAsync(IWebhook, String, Object, CancellationToken)

    Declaration
    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
    • Methods
      • FireAsync(IWebhook, String, Object, CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX