Table of Contents

Method CanStop

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

CanStop(CancellationToken)

Checks if the service can be stopped.

Task<bool> CanStop(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Propagates notification that operations should be canceled.

Returns

Task<bool>

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