[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Creates a destination bridge as specified by the DestinationBridgeInfo object.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public DestinationBridgeInfo CreateDestinationBridge( DestinationBridgeInfo destBridge ) |
Public Function CreateDestinationBridge ( _ destBridge As DestinationBridgeInfo _ ) As DestinationBridgeInfo |
public: DestinationBridgeInfo^ CreateDestinationBridge( DestinationBridgeInfo^ destBridge ) |
Parameters
- destBridge
- Type: TIBCO.EMS.ADMIN..::.DestinationBridgeInfo
the destination bridge to be created
Return Value
the newly created destination bridge
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or some other error occurred |
System..::.ArgumentException | if the DestinationBridgeInfo object is null |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if the DestinationBridgeInfo object is not valid |
TIBCO.EMS.ADMIN..::.AdminNameExistsException | if a destination bridge already exists between the specified source and target. |