ArcObjects Library Reference (Server)  

IServerObjectConfiguration2.StartupTimeout Property

Maximum time (in seconds) that a SOC process will wait for an instance of a server object to start.

[Visual Basic .NET]
Public Property StartupTimeout As Integer
[C#]
public int StartupTimeout {get; set;}
[C++]
HRESULT get_StartupTimeout(
  long* pVal
);
[C++]
HRESULT put_StartupTimeout(
  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