ESRI.ArcGIS.ADF.Connection.Local
CreateServerConnection Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Connection.AGS Namespace > AGSServerConnectionFactory Class : CreateServerConnection Method




connectionString
Contains the name of the ArcGIS host.
identity
The identity with credentials for connecting to the ArcGIS Server.
Returns an ArcGIS Server connection instance.

Syntax

Visual Basic (Declaration) 
Public Function CreateServerConnection( _
   ByVal connectionString As String, _
   ByVal identity As ESRI.ArcGIS.ADF.Identity _
) As ESRI.ArcGIS.ADF.Connection.IServerConnection
Visual Basic (Usage)Copy Code
Dim instance As AGSServerConnectionFactory
Dim connectionString As String
Dim identity As ESRI.ArcGIS.ADF.Identity
Dim value As ESRI.ArcGIS.ADF.Connection.IServerConnection
 
value = instance.CreateServerConnection(connectionString, identity)
C# 
public ESRI.ArcGIS.ADF.Connection.IServerConnection CreateServerConnection( 
   string connectionString,
   ESRI.ArcGIS.ADF.Identity identity
)

Parameters

connectionString
Contains the name of the ArcGIS host.
identity
The identity with credentials for connecting to the ArcGIS Server.

Return Value

Server connection instance type-casted to IServerConnection.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.