Server.Connect Method (Uri, String)¶
Connects to a specific AppDNA database served by the AppDNA server instance at a given URI. It uses the AppDNA Integrated login mechanism to authenticate as the current windows principle (user name).
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public static Server Connect(
Uri serverUrl,
string databaseIdentifier
)
VB¶
Public Shared Function Connect (
serverUrl As Uri,
databaseIdentifier As String
) As Server
Parameters¶
- serverUrl
- Type: System.Uri
The Uri of the required AppDNA web server. - databaseIdentifier
- Type: System.String
The database identifier for the AppDNA database. This database must be configured on the AppDNA server at serverUrl using the AppDNAConfuigurationWizard. A database identifier is of the form ": ".
Return Value¶
Type: Server
A server which is used when calling many functions in the SDK.