Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRegisteredObject

    Defines an object that can be registered with the application and notified when the application shuts down.

    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IRegisteredObject

    Methods

    View Source

    Stop(bool)

    Requests the object to stop processing.

    Declaration
    void Stop(bool immediate)
    Parameters
    Type Name Description
    bool immediate

    true to indicate the registered object should stop immediately; false to indicate the registered object should complete any pending work before stopping.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX