Method CanStopAll
- Namespace
- Innova.Abstractions.Builder
- Assembly
- Innova.Data.dll
CanStopAll(CancellationToken)
Checks if all services can be stopped.
public Task<bool> CanStopAll(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token that may be used to cancel the check.