C-DEngine 5.105

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

Gets all Things of a given Engine

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

Syntax


public static List<TheThing> GetThingsOfEngine(
	string pEngineName,
	bool IncludeEngine,
	bool AllowRemoteEngine
)
Public Shared Function GetThingsOfEngine ( _
	pEngineName As String, _
	IncludeEngine As Boolean, _
	AllowRemoteEngine As Boolean _
) As List(Of TheThing)
public:
static List<TheThing^>^ GetThingsOfEngine(
	String^ pEngineName, 
	bool^ IncludeEngine, 
	bool^ AllowRemoteEngine
)

Parameters

pEngineName
Type: String
Engine Name to get Things of... wildcard "*" retreives all Things of all Engines
IncludeEngine
Type: Boolean
Includes TheBaseEngine
AllowRemoteEngine
Type: Boolean
If True, the list includes TheThings on remote Nodes

Return Value