[TIBCO.EMS .NET Admin client library 6.3 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
)
Public Sub New ( _
	url As String, _
	userName As String, _
	password As String _
)
public:
Admin(
	String^ url, 
	String^ userName, 
	String^ password
)

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.

Exceptions

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

See Also