Interface 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
SetProgress(int)Sets the progress of the asynchronous task.

See Also