AsyncTask

AsyncTask class

The static factory class for creating the asynchronous tasks

public static class AsyncTask

Methods

NameDescription
static Create(AsyncTaskAction)Creates the asynchronous task without any result.
static Create(AsyncTaskFunc)Creates the asynchronous task with generic type result.

See Also