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

This constructor is used to create an administrative connection to the server.

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

Syntax

public Admin(
	string url,
	string userName,
	string password,
	Hashtable sslParams
)
Public Sub New ( _
	url As String, _
	userName As String, _
	password As String, _
	sslParams As Hashtable _
)
public:
Admin(
	String^ url, 
	String^ userName, 
	String^ password, 
	Hashtable^ sslParams
)

Parameters

url
Type: System..::.String
The URL of the server to administer.
userName
Type: System..::.String
Name of the administrator user.
password
Type: System..::.String
User password.
sslParams
Type: System.Collections..::.Hashtable
The parameters used for the SSL connection. See the documentation of the TIBCO.EMS.EMSSSL class for details of valid SSL parameters.

Remarks

Use this constructor if the connection to the server needs to use SSL.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.

See Also