Checks if a given EngineName is registered in TheThingRegistry and
Started (SetInitialized() was called by the engine).
Namespace:
nsCDEngine.Engines.ThingService
Assembly:
C-DEngine (in C-DEngine.dll)
public static bool IsEngineInitialized(
string pEngineName,
bool AllowRemoteEngine
)
Public Shared Function IsEngineInitialized ( _
pEngineName As String, _
AllowRemoteEngine As Boolean _
) As Boolean
public:
static bool^ IsEngineInitialized(
String^ pEngineName,
bool^ AllowRemoteEngine
)
Parameters
- pEngineName
- Type: String
EngineName of the engine to be found.
- AllowRemoteEngine
- Type: Boolean
If set, include engines on other nodes.
Return Value