Loading...
Select Version
Funktion: |
Liest alle Eigenschaften des angegebenen Outbound Communication Endpoint und gibt ein Dictionary mit key-value-Paaren der Eigenschaften zurück. |
Parameter: |
Der Outbound Communication Endpoint., dessen Eigenschaften gelesen werden sollen. |
Rückgabe: | Dictionary mit key-value-Paaren der Eigenschaften des Outbound Communication Endpoints. Mögliche Werte für key finden Sie in Eigenschaften eines Outbound Communication Endpoints . |
Exceptions: |
|
Beispiel: | ... import BcAdminOutboundCommEndpoint import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") ce_obj=BcAdminOutboundCommEndpoint.getObject("CEND",proxy_obj) ceProps=BcAdminOutboundCommEndpoint.getProperties(ce_obj) ... |