C-DEngine 5.105

IBaseEngine..::..SetEngineReadiness Method

Call this function to tell the C-DEngine that the plugin-service is ready to take connection (if its a service and live) or that it has received a working connection.

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

Syntax


void SetEngineReadiness(
	bool pReady,
	TheChannelInfo pOriginator
)
Sub SetEngineReadiness ( _
	pReady As Boolean, _
	pOriginator As TheChannelInfo _
)
void SetEngineReadiness(
	bool^ pReady, 
	TheChannelInfo^ pOriginator
)

Parameters

pReady
Type: Boolean
If set to trueTruetruetrue (True in Visual Basic), if the plugin-service is ready.
pOriginator
Type: nsCDEngine.ViewModels..::..TheChannelInfo
reserved for future use

Remarks