RunAsync

IAsyncTask.RunAsync method (1 of 2)

Runs this task.

public void RunAsync()

See Also


IAsyncTask.RunAsync method (2 of 2)

Runs this task.

public void RunAsync(ThreadPriority priority)
ParameterTypeDescription
priorityThreadPriorityThe thread priority.

See Also