編集

次の方法で共有


InvocationLifetime.ApplicationLifetime Property

Definition

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

Property Value

Applies to