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
    object
    QueuingEventDispatcherBase
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public class QueuingEventDispatcher : QueuingEventDispatcherBase, IEventDispatcher

    Constructors

    View Source

    QueuingEventDispatcher(MediaFileManager)

    Initializes a new instance of the QueuingEventDispatcher class.

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

    The media file manager.

    Methods

    View Source

    ScopeExitCompleted()

    Called when the scope exits and has been completed. Implementations should raise the queued events.

    Declaration
    protected override void ScopeExitCompleted()
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX