IAsyncTaskState

IAsyncTaskState interface

Provides access to the state of the asynchronous task.

public interface IAsyncTaskState

Properties

NameDescription
IsCanceled { get; }Gets a value indicating whether the asynchronous task is canceled.
Progress { get; }Gets the progress of the asynchronous task.

Methods

NameDescription
IncrementProgressMaxValue(int)Increments the progress maximum value.
IndicateProgress(EventType)Sets the progress of the asynchronous task.

See Also