TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetBridge Method 

Get the bridge from a given destination.

public BridgeInfo GetBridge(
   DestinationType type,
   string name
);

Parameters

type
the type of source destination, either DestinationType.Queue or DestinationType.Topic.
name
the name of the source destination

Return Value

the BridgeInfo object representing the bridge.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
ArgumentException type is invalid or name is null

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace