IAsyncTask.Progress

IAsyncTask.Progress property

Gets the progress of the asynchronous task.

public AsyncTaskProgress Progress { get; }

Property Value

The progress of the asynchronous task.

See Also