This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectConfiguration2 Interface > IServerObjectConfiguration2.CleanupTimeout Property (ArcObjects .NET 10.5 SDK) |
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(
long* 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