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


IGeoProcessorSettings2.HowLongToKeepResults Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorSettings2 Interface > IGeoProcessorSettings2.HowLongToKeepResults Property
ArcGIS Developer Help

IGeoProcessorSettings2.HowLongToKeepResults Property

This property determine how long to hold on results.

[Visual Basic .NET]
Public Property HowLongToKeepResults As esriGPTimeIntervalType
[C#]
public esriGPTimeIntervalType HowLongToKeepResults {get; set;}
[C++]
HRESULT get_HowLongToKeepResults(
  esriGPTimeIntervalType timeInterval
);
[C++]
HRESULT put_HowLongToKeepResults(
  esriGPTimeIntervalType* timeInterval
);
[C++]
Parameters
timeInterval [in]

timeInterval is a parameter of type esriGPTimeIntervalType timeInterval [out, retval]
timeInterval is a parameter of type esriGPTimeIntervalType*

Product Availability

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

See Also

IGeoProcessorSettings2 Interface