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