[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Returns the destination bridge between a source and a target
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public DestinationBridgeInfo GetDestinationBridge( DestinationType sourceType, string sourceName, DestinationType targetType, string targetName ) |
Public Function GetDestinationBridge ( _ sourceType As DestinationType, _ sourceName As String, _ targetType As DestinationType, _ targetName As String _ ) As DestinationBridgeInfo |
public: DestinationBridgeInfo^ GetDestinationBridge( DestinationType sourceType, String^ sourceName, DestinationType targetType, String^ targetName ) |
Parameters
- sourceType
- Type: TIBCO.EMS.ADMIN..::.DestinationType
the type of the source destination, either DestinationType.Queue or DestinationType.Topic
- sourceName
- Type: System..::.String
the name of the source destination
- targetType
- Type: TIBCO.EMS.ADMIN..::.DestinationType
the type of the target destination, either DestinationType.Queue or DestinationType.Topic
- targetName
- Type: System..::.String
the name of the target destination
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or some other error occurred |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if the source our target names or types are not valid |