[TIBCO.EMS .NET Admin client library 7.0 documentation]

This class replaces the old BridgeInfo class to represent bridges between destinations.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS.ADMIN..::.DestinationBridgeInfo

See Also