Search Results for

    Show / Hide Table of Contents
    View Source

    Class QueuingEventDispatcher

    An IEventDispatcher that queues events, and raise them when the scope exits and has been completed.

    Inheritance
    System.Object
    QueuingEventDispatcherBase
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public class QueuingEventDispatcher : QueuingEventDispatcherBase, IEventDispatcher

    Constructors

    View Source

    QueuingEventDispatcher(MediaFileManager)

    Declaration
    public QueuingEventDispatcher(MediaFileManager mediaFileManager)
    Parameters
    Type Name Description
    MediaFileManager mediaFileManager

    Methods

    View Source

    ScopeExitCompleted()

    Declaration
    protected override void ScopeExitCompleted()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • QueuingEventDispatcher(MediaFileManager)
    • Methods
      • ScopeExitCompleted()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX