Interface | Description |
---|---|
AsyncTaskAction |
The long operation delegate for the asynchronous task without any result.
|
CompleteCallback |
Callback function to receive task completion event.
|
IAsyncTask |
The asynchronous task.
|
IAsyncTaskState |
Provides access to the state of the asynchronous task.
|
Class | Description |
---|---|
AsyncTask |
The static factory class for creating the asynchronous tasks
|
AsyncTaskFunc |
The long operation delegate for the asynchronous task with generic type result.
|
AsyncTaskProgress |
Provides progress info for the asynchronous task.
|
Exception | Description |
---|---|
AsyncTaskException |
The exception for the asynchronous task.
|
The namespace handles AsyncTask processing.