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


IInternetServerConnection.LastConnectionErrorCode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > II > IInternetServerConnection Interface > IInternetServerConnection.LastConnectionErrorCode Property
ArcGIS Developer Help

IInternetServerConnection.LastConnectionErrorCode Property

Indicates error code value for the last Internet server connection.

[Visual Basic .NET]
Public ReadOnly Property LastConnectionErrorCode As Integer
[C#]
public int LastConnectionErrorCode {get;}
[C++]
HRESULT get_LastConnectionErrorCode(
  System.Int32* pnErrorCode
);
[C++]
Parameters
pnErrorCode [out, retval]

pnErrorCode is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IInternetServerConnection Interface