TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin Constructor 

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

public Admin(
   string url,
   string userName,
   string password
);

Parameters

url
The URL of the server to administer.
userName
Name of the administrator user.
password
User password.

Remarks

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

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace