Previous PageNext Page

13.9.5 IServer::put_ScriptTimeout

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

HRESULT put_ScriptTimeout(

LONG lTimeoutSeconds

);

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 ScriptTimeout property in the registry or configuration file. The ScriptTimeout property cannot be set to a value less than that specified in the registry or configuration file.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page