Previous PageNext Page

13.9.2 IServer::get_ScriptTimeout

The IServer::get_ScriptTimeout method retrieves the value of the ScriptTimeout property of the Server object.
 

HRESULT get_ScriptTimeout(

LONG * plTimeoutSeconds

);

Parameters

plTimeoutSeconds
Points to a LONG that receives the 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