Search Results for

    Show / Hide Table of Contents
    View Source

    Class ScopedNotificationPublisher

    Default implementation of IScopedNotificationPublisher that publishes notifications within a scope.

    Inheritance
    object
    ScopedNotificationPublisher<INotificationHandler>
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public class ScopedNotificationPublisher : ScopedNotificationPublisher<INotificationHandler>, IScopedNotificationPublisher

    Constructors

    View Source

    ScopedNotificationPublisher(IEventAggregator)

    Initializes a new instance of the ScopedNotificationPublisher class.

    Declaration
    public ScopedNotificationPublisher(IEventAggregator eventAggregator)
    Parameters
    Type Name Description
    IEventAggregator eventAggregator

    The event aggregator.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX