[TIBCO.EMS .NET client library 7.0 documentation]

Return the URL of the EMS server for the specified connection.

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

Syntax

public static string GetConnectionActiveURL(
	Connection connection
)
Public Shared Function GetConnectionActiveURL ( _
	connection As Connection _
) As String
public:
static String^ GetConnectionActiveURL(
	Connection^ connection
)

Parameters

connection
Type: TIBCO.EMS..::.Connection
The connection to the EMS server.

Return Value

The string representing the URL

See Also