C-DEngine 5.105

TheThingRegistry..::..GetBaseEnginesByCap Method

Gets a base engine by a Capability

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

Syntax


public static List<IBaseEngine> GetBaseEnginesByCap(
	eThingCaps pCap,
	bool IncludeRemote
)
Public Shared Function GetBaseEnginesByCap ( _
	pCap As eThingCaps, _
	IncludeRemote As Boolean _
) As List(Of IBaseEngine)
public:
static List<IBaseEngine^>^ GetBaseEnginesByCap(
	eThingCaps^ pCap, 
	bool^ IncludeRemote
)

Parameters

pCap
Type: nsCDEngine.ViewModels..::..eThingCaps
Capability to look for
IncludeRemote
Type: Boolean
if true, all engine even stopped and remote engines will be returned

Return Value