[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
This constructor is used to create an administrative connection to the server.
Namespace:
TIBCO.EMS.ADMINAssembly: 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
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |