Loading...
Select Version
&pagelevel(5)&pagelevel
Function: |
Removes the specified proxy from the configuration. |
Parameters: |
Proxy object that is to be removed from the configuration. |
Return: | None |
Exceptions: |
|
Example: | ...
import BcAdminProxy
...
proxy_obj=BcAdminProxy.getObject("BCProxy")
BcAdminProxy.remove(proxy_obj)
..
|