[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Create a DestinationBridgeInfo object that will bridge between two destinations with an optional selector.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public DestinationBridgeInfo( DestinationType sourceType, string sourceName, DestinationType targetType, string targetName, string selector ) |
Public Sub New ( _ sourceType As DestinationType, _ sourceName As String, _ targetType As DestinationType, _ targetName As String, _ selector As String _ ) |
public: DestinationBridgeInfo( DestinationType sourceType, String^ sourceName, DestinationType targetType, String^ targetName, String^ selector ) |
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
- selector
- Type: System..::.String
the selector (can be null)
Remarks
The bridge is not created on the server until the object is passed to Admin.createDestinationBridge().