C-DEngine 5.105

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

Return the IBaseEngine interface for a given EngineName. This call is quite expensive and the result should be cached if possible

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

Syntax


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

Parameters

pEngineName
Type: String
Name of the Engine to be found
AllowRemoteEngine
Type: Boolean
If set to true, the seach includes engine not hosted on the local node

Return Value