InvocationLifetime Class

Definition

public ref class InvocationLifetime : Microsoft::Extensions::Hosting::IHostLifetime
public class InvocationLifetime : Microsoft.Extensions.Hosting.IHostLifetime
type InvocationLifetime = class
    interface IHostLifetime
Public Class InvocationLifetime
Implements IHostLifetime
Inheritance
InvocationLifetime
Implements

Constructors

InvocationLifetime(IOptions<InvocationLifetimeOptions>, IHostEnvironment, IHostApplicationLifetime, InvocationContext, ILoggerFactory)
InvocationLifetime(IOptions<InvocationLifetimeOptions>, IHostingEnvironment, IApplicationLifetime, InvocationContext, ILoggerFactory)

Properties

ApplicationLifetime
Environment
Options

Methods

Dispose()
StopAsync(CancellationToken)
WaitForStartAsync(CancellationToken)

Applies to