View Source
Class ScopedNotificationPublisher
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ScopedNotificationPublisher : IScopedNotificationPublisher
Constructors
View Source
ScopedNotificationPublisher(IEventAggregator)
Declaration
public ScopedNotificationPublisher(IEventAggregator eventAggregator)
Parameters
Methods
View Source
Publish(INotification)
Declaration
public void Publish(INotification notification)
Parameters
View Source
PublishCancelable(ICancelableNotification)
Declaration
public bool PublishCancelable(ICancelableNotification notification)
Parameters
Returns
Type |
Description |
System.Boolean |
|
View Source
PublishCancelableAsync(ICancelableNotification)
Declaration
public async Task<bool> PublishCancelableAsync(ICancelableNotification notification)
Parameters
Returns
Type |
Description |
Task<System.Boolean> |
|
View Source
ScopeExit(Boolean)
Declaration
public void ScopeExit(bool completed)
Parameters
Type |
Name |
Description |
System.Boolean |
completed |
|
View Source
Suppress()
Declaration
public IDisposable Suppress()
Returns
Type |
Description |
IDisposable |
|