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

Creates a destination bridge as specified by the DestinationBridgeInfo object.

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

Syntax

public DestinationBridgeInfo CreateDestinationBridge(
	DestinationBridgeInfo destBridge
)
Public Function CreateDestinationBridge ( _
	destBridge As DestinationBridgeInfo _
) As DestinationBridgeInfo
public:
DestinationBridgeInfo^ CreateDestinationBridge(
	DestinationBridgeInfo^ destBridge
)

Parameters

destBridge
Type: TIBCO.EMS.ADMIN..::.DestinationBridgeInfo
the destination bridge to be created

Return Value

the newly created destination bridge

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or some other error occurred
System..::.ArgumentExceptionif the DestinationBridgeInfo object is null
TIBCO.EMS.ADMIN..::.AdminInvalidNameExceptionif the DestinationBridgeInfo object is not valid
TIBCO.EMS.ADMIN..::.AdminNameExistsExceptionif a destination bridge already exists between the specified source and target.

See Also