C-DEngine 5.105

TheThingRegistry..::..GetBaseEnginesAsThing Method (Boolean, Boolean)

Returns all Base Engines

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

Syntax


public static List<TheThing> GetBaseEnginesAsThing(
	bool AlivesOnly,
	bool AllowRemoteEngine
)
Public Shared Function GetBaseEnginesAsThing ( _
	AlivesOnly As Boolean, _
	AllowRemoteEngine As Boolean _
) As List(Of TheThing)
public:
static List<TheThing^>^ GetBaseEnginesAsThing(
	bool^ AlivesOnly, 
	bool^ AllowRemoteEngine
)

Parameters

AlivesOnly
Type: Boolean
If True, only alive Engines are returned
AllowRemoteEngine
Type: Boolean
If True, Engine on other nodes are returned as well

Return Value