Table of Contents

Interface IAsyncOptions

Namespace
Cuemon.Threading
Assembly
Cuemon.Core.dll

Defines options that is related to asynchronous operations.

public interface IAsyncOptions

Properties

CancellationToken

Gets or sets the cancellation token of an asynchronous operations.

CancellationToken CancellationToken { get; set; }

Property Value

CancellationToken

The cancellation token of an asynchronous operations.