Search Results for

    Show / Hide Table of Contents
    View Source

    Interface INotificationHandler<TNotification>

    Defines a handler for a notification.

    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public interface INotificationHandler<in TNotification> : INotificationHandler where TNotification : INotification
    Type Parameters
    Name Description
    TNotification

    The type of notification being handled.

    Methods

    View Source

    Handle(TNotification)

    Handles a notification.

    Declaration
    void Handle(TNotification notification)
    Parameters
    Type Name Description
    TNotification notification

    The notification.

    View Source

    Handle(IEnumerable<TNotification>)

    Handles the notifications.

    Declaration
    virtual void Handle(IEnumerable<TNotification> notifications)
    Parameters
    Type Name Description
    IEnumerable<TNotification> notifications

    The notifications.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Handle(TNotification)
      • Handle(IEnumerable<TNotification>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX