Show / Hide Table of Contents

Interface ICancellable

Represents types that can be cancelled by a cancellation token.

Namespace: Edgar.Legacy.Utils.Interfaces
Assembly: Edgar.dll
Syntax
public interface ICancellable

Methods

SetCancellationToken(Nullable<CancellationToken>)

Sets a cancellation token.

Declaration
void SetCancellationToken(Nullable<CancellationToken> cancellationToken)
Parameters
Type Name Description
System.Nullable<System.Threading.CancellationToken> cancellationToken
Back to top Generated by DocFX