Loading...
Select Version
Funktion: |
Entfernt den angegebenen Communication Service aus der Konfiguration. |
Parameter: |
Communication Service, der entfernt werden soll. |
Rückgabe: | Keine |
Exceptions: |
|
Beispiel: | ... import BcAdminCommunicationService ... getProps={"host": "bchost01", "install-path": "/opt/ibm/sna/bin"} cs_obj=BcAdminCommunicationService.getObject(getProps) BcAdminCommunicationService.remove (cs_obj) ... |