Arp.Plc.Meta.Services.IDataTraverserService interface
More...
#include <IDataTraverserService.hpp>
|
| IDataTraverserService (void)=default |
| Constructs an IDataTraverserService instance.
|
|
virtual void | FindInstancesByTypename (const std::vector< RscString< 512 > > &typeNames, FindInstancesByTypenameResultDelegate resultDelegate)=0 |
| Gets the full qualified name of instances of a type More...
|
|
| IRscService (void)=default |
| Constructs an IRscService instance.
|
|
virtual | ~IRscService (void)=default |
| Destructs this instance and frees all resouces.
|
|
|
static IRscServiceProxyFactory & | GetProxyFactory (void) |
|
static IRscServiceProxyFactory & | GetProxyFactory (void) |
| Returns a reference to service proxy factory to create a proxy instance of the service More...
|
|
◆ FindInstancesByTypename()
virtual void Arp::Plc::Meta::Services::IDataTraverserService::FindInstancesByTypename |
( |
const std::vector< RscString< 512 > > & |
typeNames, |
|
|
FindInstancesByTypenameResultDelegate |
resultDelegate |
|
) |
| |
|
pure virtual |
Gets the full qualified name of instances of a type
- Parameters
-
typeNames | Collection of full qualified type names |
- Returns
- An enumeration of full qualified instace names of the types
The documentation for this class was generated from the following file: