IServer::put_ScriptTimeout

The IServer::put_ScriptTimeout method sets the value of the ScriptTimeout property of the Server object.

HRESULT put_ScriptTimeout(

  LONG lTimeoutSeconds  // LONG that contains the new

// ScriptTimeout value

);

 

Parameters
lTimeoutSeconds
[in] A LONG integer that contains the new ScriptTimeout value.
Remarks

A default ScriptTimeout can be set for a web service or web server by using the AspScriptTimeout property in the metabase. The ScriptTimeout property cannot be set to a value less than that specified in the metabase.

See Also

Server Object, IServer::get_ScriptTimeout, Metabase Structure