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


IServerErrorReports.ErrorReportInterval Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerErrorReports Interface > IServerErrorReports.ErrorReportInterval Property
ArcGIS Developer Help

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(
  System.UInt32* pVal
);
[C++]
Parameters
pVal [in]

pVal is a parameter of type unsigned long pVal [out, retval]
pVal is a parameter of type unsigned long*

Product Availability

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

See Also

IServerErrorReports Interface