Table of Contents

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 CancellationToken

A token that may be used to cancel the check.

Returns

Task<bool>

A task that represents the asynchronous operation. The task result contains a boolean indicating whether all services can be stopped.