com.onlineobject.objectnet Namespace

NetworkThreadDispatcher..::..Enqueue Method

Overload List


  Name Description
Public method Enqueue(IEnumerator)
Enqueues an IEnumerator action to be executed as a coroutine.
Public method Enqueue(IEnumerator, Single)
Enqueues an IEnumerator action to be executed as a coroutine after a delay.
Public method Enqueue(Action)
Enqueues an Action to be executed, potentially as a coroutine if configured.
Public method Enqueue(Action, Single)
Enqueues an Action to be executed after a delay, potentially as a coroutine if configured.