Checks if a given EngineName is registered in TheThingRegistry
Namespace:
nsCDEngine.Engines.ThingService
Assembly:
C-DEngine (in C-DEngine.dll)
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