Loading...
Select Version
Funktion: |
Entfernt den angegebenen Outbound Communication Endpoint aus der Konfiguration. |
Parameter: |
Der Outbound Communication Endpoint, der entfernt werden soll. |
Rückgabe: | Keine |
Exceptions: |
|
Beispiel: | ... import BcAdminOutboundCommEndpoint import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") ce_obj=BcAdminOutboundCommEndpoint.getObject("CEND",proxy_obj) BcAdminOutboundCommEndpoint.remove(ce_obj) ... |