Class ScopedNotificationPublisher
Default implementation of IScopedNotificationPublisher that publishes notifications within a scope.
Namespace: Umbraco.Cms.Core.Events
Assembly: Umbraco.Core.dll
Syntax
public class ScopedNotificationPublisher : ScopedNotificationPublisher<INotificationHandler>, IScopedNotificationPublisher
Constructors
View SourceScopedNotificationPublisher(IEventAggregator)
Initializes a new instance of the ScopedNotificationPublisher class.
Declaration
public ScopedNotificationPublisher(IEventAggregator eventAggregator)
Parameters
| Type | Name | Description |
|---|---|---|
| IEventAggregator | eventAggregator | The event aggregator. |