Skip to content

AsyncTask

Graydon edited this page Mar 21, 2017 · 5 revisions

public class AsyncTask

Base Class: AsyncTaskBase

Fields

private IEnumerator m_Action
private object m_ReturnValue

Properties

public object returnValue { get; }

Constructors

public AsyncTask(IEnumerator action, string taskName)

Methods

public void Execute()

Clone this wiki locally