InvocationLifetime.ApplicationLifetime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::Extensions::Hosting::IHostApplicationLifetime ^ ApplicationLifetime { Microsoft::Extensions::Hosting::IHostApplicationLifetime ^ get(); };
public:
property Microsoft::Extensions::Hosting::IApplicationLifetime ^ ApplicationLifetime { Microsoft::Extensions::Hosting::IApplicationLifetime ^ get(); };
public Microsoft.Extensions.Hosting.IHostApplicationLifetime ApplicationLifetime { get; }
public Microsoft.Extensions.Hosting.IApplicationLifetime ApplicationLifetime { get; }
member this.ApplicationLifetime : Microsoft.Extensions.Hosting.IHostApplicationLifetime
member this.ApplicationLifetime : Microsoft.Extensions.Hosting.IApplicationLifetime
Public ReadOnly Property ApplicationLifetime As IHostApplicationLifetime
Public ReadOnly Property ApplicationLifetime As IApplicationLifetime