com.onlineobject.objectnet Namespace

NetworkThreadDispatcher..::..Enqueue Method (Action)

Enqueues an Action to be executed, potentially as a coroutine if configured.

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

Syntax


public void Enqueue(

	Action action

)

Parameters

action
Type: Action
The Action to enqueue.