|
| ESRI.ArcGIS.ADF.Connection | |
| 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.
| Visual Basic (Declaration) | |
|---|---|
Public Function CreateServerConnection( _ ByVal connectionString As String, _ ByVal identity As ESRI.ArcGIS.ADF.Identity _ ) As IServerConnection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AGSServerConnectionFactory Dim connectionString As String Dim identity As ESRI.ArcGIS.ADF.Identity Dim value As IServerConnection value = instance.CreateServerConnection(connectionString, identity) | |
| C# | |
|---|---|
public 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.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