C-DEngine 5.105

TheThingRegistry..::..GetEngineNames Method

Returns a list of all Engine Names known

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

Syntax


public static List<string> GetEngineNames(
	bool AlivesOnly
)
Public Shared Function GetEngineNames ( _
	AlivesOnly As Boolean _
) As List(Of String)
public:
static List<String^>^ GetEngineNames(
	bool^ AlivesOnly
)

Parameters

AlivesOnly
Type: Boolean
If set, only names of Engines that are running and alive will be returned

Return Value