C-DEngine 5.105

ICDEISManager..::..WaitForISMIsStarted Method

Get a callback when the ISM is started and ready

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

Syntax


void WaitForISMIsStarted(
	Action pOnISMStarted
)
Sub WaitForISMIsStarted ( _
	pOnISMStarted As Action _
)
void WaitForISMIsStarted(
	Action^ pOnISMStarted
)

Parameters

pOnISMStarted
Type: Action
Callback to be called.