View Source
Class AspNetCoreApplicationShutdownRegistry
Inheritance
System.Object
Assembly: Umbraco.Web.Common.dll
Syntax
public class AspNetCoreApplicationShutdownRegistry : IApplicationShutdownRegistry
Constructors
View Source
AspNetCoreApplicationShutdownRegistry(IHostApplicationLifetime)
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 |
|