IsCanceled

IAsyncTaskState.IsCanceled property

Gets a value indicating whether the asynchronous task is canceled.

public bool IsCanceled { get; }

Property Value

true if the asynchronous task is canceled; otherwise, false.

See Also