getScriptTimeout

The getScriptTimeout and putScriptTimeout methods of the IServer interface retrieve or set the value of the ScriptTimeout property, respectively.

public abstract int getScriptTimeout();
public abstract void putScriptTimeout(int timeout);

Return Value

Returns an integer that contains the ScriptTimeout value.

Parameters

timeout [in] An integer that contains the new ScriptTimeout value.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.