Table of Contents

Method CanStop

Namespace
Innova.Prism.Library.Configuration.UI
Assembly
Innova.Prism.Library.dll

CanStop(CancellationToken)

Determines whether the visibility service can be stopped.

public Task<bool> CanStop(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

The cancellation token.

Returns

Task<bool>

A task that represents the asynchronous operation and returns a value indicating whether the visibility service can be stopped.