[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get all the bridges known to the server.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public BridgeInfo[] Bridges { get; } |
Public ReadOnly Property Bridges As BridgeInfo() |
public: property array<BridgeInfo^>^ Bridges { array<BridgeInfo^>^ get (); } |
Return Value
all the bridges known to the server.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |