C-DEngine 5.105

TheThingRegistry..::..IsEngineRegistered Method (String)

Return true of the engine is registered in TheThingRegistry. Attention: it also returns true if the Engine is registered but is currently NOT running! For example if the Plugin was running at some time but removed at a later time. Use "IsEngineAlive"

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

Syntax


public static bool IsEngineRegistered(
	string pEngineName
)
Public Shared Function IsEngineRegistered ( _
	pEngineName As String _
) As Boolean
public:
static bool^ IsEngineRegistered(
	String^ pEngineName
)

Parameters

pEngineName
Type: String

Return Value