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


© 1997 by Microsoft Corporation. All rights reserved.