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


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

IServerObjectConfiguration2.CleanupTimeout Property

Maximum time (in seconds) that a SOC process will remain active to allow its no longer used server object threads to shut down gracefully before terminating them.

[Visual Basic .NET]
Public Property CleanupTimeout As Integer
[C#]
public int CleanupTimeout {get; set;}
[C++]
HRESULT get_CleanupTimeout(
  System.Int32* pVal
);
[C++]
HRESULT put_CleanupTimeout(
  long pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type long* pVal [in]
pVal is a parameter of type long

Product Availability

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

See Also

IServerObjectConfiguration2 Interface