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)

Adds an IComponent item to the list.

Namespace:  CAS.Lib.CommonBus
Assembly:  CommServer.CommonBus (in CommServer.CommonBus.dll)

Syntax


public void Add(
	IComponent component
)
Public Sub Add ( _
	component As IComponent _
)
public:
void Add(
	IComponent^ component
)

Parameters

component
Type: IComponent
The IComponent to add.