Method CanStop
- Namespace
- Innova.Prism.Infrastructure.Logging
- Assembly
- Innova.Prism.Infrastructure.dll
CanStop(CancellationToken)
Determines whether the logging service can be stopped.
public Task<bool> CanStop(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenThe cancellation token.