com.onlineobject.objectnet Namespace

NetworkThreadDispatcher..::..Enqueue Method (IEnumerator)

Enqueues an IEnumerator action to be executed as a coroutine.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void Enqueue(

	IEnumerator action

)

Parameters

action
Type: IEnumerator
The IEnumerator action to enqueue.