Loading...
Select Version
&pagelevel(5)&pagelevel
Function: |
Removes the specified outbound communication endpoint from the configuration. |
Parameters: |
The outbound communication endpoint that is to be removed. |
Return: | None |
Exceptions: |
|
Example: | ...
import BcAdminOutboundCommEndpoint
import BcAdminProxy
...
proxy_obj=BcAdminProxy.getObject("BCProxy")
ce_obj=BcAdminOutboundCommEndpoint.getObject("CEND",proxy_obj)
BcAdminOutboundCommEndpoint.remove(ce_obj)
...
|