Class QueuingEventDispatcher
An IEventDispatcher that queues events, and raise them when the scope exits and has been completed.
Namespace: Umbraco.Cms.Core.Events
Assembly: Umbraco.Core.dll
Syntax
public class QueuingEventDispatcher : QueuingEventDispatcherBase, IEventDispatcher
Constructors
View SourceQueuingEventDispatcher(MediaFileManager)
Declaration
public QueuingEventDispatcher(MediaFileManager mediaFileManager)
Parameters
Type | Name | Description |
---|---|---|
MediaFileManager | mediaFileManager |
Methods
View SourceScopeExitCompleted()
Declaration
protected override void ScopeExitCompleted()