C-DEngine 5.105

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

Returns TheThing of a given EngineName

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

Syntax


public static TheThing GetBaseEngineAsThing(
	string pEngineName,
	bool AllowRemoteEngine
)
Public Shared Function GetBaseEngineAsThing ( _
	pEngineName As String, _
	AllowRemoteEngine As Boolean _
) As TheThing
public:
static TheThing^ GetBaseEngineAsThing(
	String^ pEngineName, 
	bool^ AllowRemoteEngine
)

Parameters

pEngineName
Type: String
EngineName of the IBaseEngine to be found
AllowRemoteEngine
Type: Boolean
If set to true, the result includes remote instances of the Engine

Return Value