C-DEngine 5.105

TheBaseEngine..::..SetInitialized Method

Call this Method to tell the C-DEngine and "EngineInitialized" registrars that the service has been successfully initialized The Event is fired synchronous and fires BEFORE the EngineState.IsInitialized is set to true. This allows event recceivers to check if the Engine has been initialized before

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

Syntax


public void SetInitialized(
	TSM pMessage
)
Public Sub SetInitialized ( _
	pMessage As TSM _
)
public:
void SetInitialized(
	TSM^ pMessage
)

Parameters

pMessage
Type: nsCDEngine.BaseClasses..::..TSM