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


IServerErrorReports.ErrorReportInterval Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerErrorReports.ErrorReportInterval Property

Interval at which SOM checks crash dumps and uploads error reports.

[Visual Basic .NET]
Public Property ErrorReportInterval As Integer
[C#]
public uint ErrorReportInterval {get; set;}
[C++]
HRESULT get_ErrorReportInterval(
  Unsigned long* pVal
);
[C++]
HRESULT put_ErrorReportInterval(
  Unsigned long pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type Unsigned long pVal [in] pVal is a parameter of type Unsigned long

Product Availability

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

See Also

IServerErrorReports Interface