Method StopAll
- Namespace
- Innova.Abstractions.Builder
- Assembly
- Innova.Data.dll
StopAll(CancellationToken)
Stops all services.
public Task StopAll(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token that may be used to cancel the stop operation.
Returns
- Task
A task that represents the asynchronous operation.