Loading...
Select Version
Function: |
Removes the specified communication service from the configuration |
Parameters: |
The communication service that is to be removed. |
Return: | None |
Exceptions: |
|
Example: | ... import BcAdminCommunicationService ... getProps={"host": "bchost01", "install-path": "/opt/ibm/sna/bin"} cs_obj=BcAdminCommunicationService.getObject(getProps) BcAdminCommunicationService.remove (cs_obj) ... |