Table of Contents

Method StopAll

Namespace
Innova.Abstractions.Builder
Assembly
Innova.Data.dll

StopAll(CancellationToken)

Stops all services.

public Task StopAll(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token that may be used to cancel the stop operation.

Returns

Task

A task that represents the asynchronous operation.