ArcObjects Library Reference (Server)  

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(
  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

Product Availability

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

See Also

IServerObjectConfiguration2 Interface