ArcObjects Library Reference (Geoprocessing)  

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 [out, retval]

  timeInterval is a parameter of type esriGPTimeIntervalType

timeInterval [in]

  timeInterval is a parameter of type esriGPTimeIntervalType

Product Availability

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

See Also

IGeoProcessorSettings2 Interface