IISServer.scriptTimeout Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
scriptTimeout() | |
scriptTimeout(Int32) |
scriptTimeout()
public:
virtual int scriptTimeout();
public virtual int scriptTimeout ();
abstract member scriptTimeout : unit -> int
override this.scriptTimeout : unit -> int
Public Overridable Function scriptTimeout () As Integer
Returns
Applies to
scriptTimeout(Int32)
public:
virtual int scriptTimeout(int _timeoutSeconds);
public virtual int scriptTimeout (int _timeoutSeconds);
abstract member scriptTimeout : int -> int
override this.scriptTimeout : int -> int
Public Overridable Function scriptTimeout (_timeoutSeconds As Integer) As Integer
Parameters
- _timeoutSeconds
- Int32