CommonBusControl..::..Remove Method
Removes an IComponent item from the list.
Namespace:
CAS.Lib.CommonBusAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
public void Remove( IComponent component )
Public Sub Remove ( _ component As IComponent _ )
public: void Remove( IComponent^ component )
Parameters
- component
- Type: IComponent
The IComponent to remove.