ApplicationLifetime(ILogger<ApplicationLifetime>) Constructor

Definition

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public:
 ApplicationLifetime(Microsoft::Extensions::Logging::ILogger<Microsoft::Extensions::Hosting::Internal::ApplicationLifetime ^> ^ logger);
public ApplicationLifetime (Microsoft.Extensions.Logging.ILogger<Microsoft.Extensions.Hosting.Internal.ApplicationLifetime> logger);
new Microsoft.Extensions.Hosting.Internal.ApplicationLifetime : Microsoft.Extensions.Logging.ILogger<Microsoft.Extensions.Hosting.Internal.ApplicationLifetime> -> Microsoft.Extensions.Hosting.Internal.ApplicationLifetime
Public Sub New (logger As ILogger(Of ApplicationLifetime))

Parameters

logger
ILogger<ApplicationLifetime>

The logger to initialize this instance with.

Applies to