C-DEngine 5.105

TheBaseEngine..::..WaitForEnginesStarted Method

Fires when all Engines are Started

Namespace:  nsCDEngine.Engines
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static void WaitForEnginesStarted(
	Action<ICDEThing, Object> pCallback
)
Public Shared Sub WaitForEnginesStarted ( _
	pCallback As Action(Of ICDEThing, Object) _
)
public:
static void WaitForEnginesStarted(
	Action<ICDEThing^, Object^>^ pCallback
)

Parameters

pCallback
Type: Action<(Of <(<'ICDEThing, Object>)>)>