[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
This class replaces the old BridgeInfo class to represent bridges between destinations.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public class DestinationBridgeInfo |
Public Class DestinationBridgeInfo |
public ref class DestinationBridgeInfo |
Remarks
DestinationBridgeInfo objects can be created and then passed to an Admin object to create or
update the bridge on the EMS server. DestinationBridgeInfo objects represent a bridge between a single source
and a single target unlike the old BridgeInfo objects which had one source but could have multuple targets.
To modify a DestinationBridgeInfo object it is necessary to delete the old bridge and create a new one.