Search Results for

    Show / Hide Table of Contents
    View Source

    Class AspNetCoreApplicationShutdownRegistry

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.AspNetCore
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class AspNetCoreApplicationShutdownRegistry : IApplicationShutdownRegistry

    Constructors

    View Source

    AspNetCoreApplicationShutdownRegistry(IHostApplicationLifetime)

    Initializes a new instance of the AspNetCoreApplicationShutdownRegistry class.

    Declaration
    public AspNetCoreApplicationShutdownRegistry(IHostApplicationLifetime hostApplicationLifetime)
    Parameters
    Type Name Description
    Microsoft.Extensions.Hosting.IHostApplicationLifetime hostApplicationLifetime

    Methods

    View Source

    RegisterObject(IRegisteredObject)

    Declaration
    public void RegisterObject(IRegisteredObject registeredObject)
    Parameters
    Type Name Description
    IRegisteredObject registeredObject
    View Source

    UnregisterObject(IRegisteredObject)

    Declaration
    public void UnregisterObject(IRegisteredObject registeredObject)
    Parameters
    Type Name Description
    IRegisteredObject registeredObject
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AspNetCoreApplicationShutdownRegistry(IHostApplicationLifetime)
    • Methods
      • RegisterObject(IRegisteredObject)
      • UnregisterObject(IRegisteredObject)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX