TheThingRegistry..::..GetBaseEnginesByCap Method
Gets a base engine by a Capability
Namespace:
nsCDEngine.Engines.ThingServiceAssembly: 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