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