C-DEngine 5.105

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

Checks if a given EngineName is registered in TheThingRegistry

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

Syntax


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

Parameters

pEngineName
Type: String
EngineName of the engine to be found
AllowRemoteEngine
Type: Boolean
Is set, the result include remote engines on other nodes

Return Value