Loading...
Select Version
&pagelevel(5)&pagelevel
Function: |
Reads the specified inbound user from the configuration. |
Parameters: |
Name of the BeanConnect inbound user that is to be read.
Proxy or proxy cluster to which the inbound user is assigned. |
Return: | ( The read inbound user or |
Exceptions: |
|
Example: | ...
import BcAdminInboundUser
import BcAdminProxy
...
proxy_obj=BcAdminProxy.getObject("BCProxy")
user_obj =BcAdminInboundUser.getObject("USR",proxy_obj)
...
|