IDataProviderID Interface
Data provider identifying interface – provides general information about the plug-in and its functionality.
Allows to get and set by the client all parameters setting for the data provider component and after that
instantiate data provider.
Namespace:
CAS.Lib.CommonBusAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
public interface IDataProviderID : IEnumerable<KeyValuePair<string, ICommunicationLayerId>>
Public Interface IDataProviderID _ Inherits IEnumerable(Of KeyValuePair(Of String, ICommunicationLayerId))
public interface class IDataProviderID : IEnumerable<KeyValuePair<String^, ICommunicationLayerId^>^>