ApplicationLifetime(ILogger<ApplicationLifetime>) Constructor
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.
Initializes an ApplicationLifetime instance using the specified logger.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.