The getTimeout and putTimeout methods of the ISessionObject interface retrieve or set the value of the Timeout property, respectively.
public abstract int getTimeout();
public abstract void putTimeout(int val);
Returns an integer that contains the Timeout value.
val | [retval] [out] An integer that contains the Timeout value. |