BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

CommonBusControl..::..Add Method (IComponent, String)

Adds an IComponent item to the list.

Namespace:  CAS.Lib.CommonBus
Assembly:  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.