CommonBusControl..::..Add Method (IComponent, String)
Adds an IComponent item to the list.
Namespace:
CAS.Lib.CommonBusAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
public void Add( IComponent component, string name )
Public Sub Add ( _ component As IComponent, _ name As String _ )
public: void Add( IComponent^ component, String^ name )
Parameters
- component
- Type: IComponent
The IComponent to add.
- name
- Type: String
The unique, case-insensitive name to assign to the component. -or- null that leaves the component unnamed.