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


ITxDiagnostics.ActivityLog Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxDiagnostics.ActivityLog Property

Indicates error code value for the last Internet server connection.

[Visual Basic .NET]
Public ReadOnly Property ActivityLog As String
[C#]
public string ActivityLog {get;}
[C++]
HRESULT get_ActivityLog(
  BSTR* pbstrLog
);
[C++]

Parameters pbstrLog [out, retval] pbstrLog is a parameter of type BSTR

Product Availability

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

See Also

ITxDiagnostics Interface