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

Get the bridge from a given destination.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public BridgeInfo GetBridge(
	DestinationType type,
	string name
)
Public Function GetBridge ( _
	type As DestinationType, _
	name As String _
) As BridgeInfo
public:
BridgeInfo^ GetBridge(
	DestinationType type, 
	String^ name
)

Parameters

type
Type: TIBCO.EMS.ADMIN..::.DestinationType
the type of source destination, either DestinationType.Queue or DestinationType.Topic.
name
Type: System..::.String
the name of the source destination

Return Value

the BridgeInfo object representing the bridge.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
System..::.ArgumentException type is invalid or name is null

See Also