Loading...
Select Version
&pagelevel(5)&pagelevel
Function: |
Removes the specified EIS partner from the configuration. |
Parameters: |
EIS partner that is to be removed. |
Return: | None |
Exceptions: |
|
Example: | ...
import BcAdminEisPartner
import BcAdminProxy
...
proxy_obj=BcAdminProxy.getObject("BCProxy")
eis_obj=BcAdminEisPartner.getObject("testEIS",proxy_obj)
BcAdminEisPartner.remove (eis_obj)
...
|