This document is archived and information here might be outdated.  Recommended version.


IAGSServerConnectionFactory3.GetInServerConnectionName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnectionFactory3 Interface > IAGSServerConnectionFactory3.GetInServerConnectionName Method
ArcGIS Developer Help

IAGSServerConnectionFactory3.GetInServerConnectionName Method

Returns a server connection name that can be used to connect to the server from within a server process. Fails if run outside a server process.

[Visual Basic .NET]
Public Function GetInServerConnectionName ( _
) As IAGSServerConnectionName
[C#]
public IAGSServerConnectionName GetInServerConnectionName (
);
[C++]
HRESULT GetInServerConnectionName(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGSServerConnectionFactory3 Interface