getTimeout

The getTimeout and putTimeout methods of the ISessionObject interface retrieve or set the value of the Timeout property, respectively.

Syntax

public abstract int getTimeout();
public abstract void putTimeout(int val);

Return Value

Returns an integer that contains the Timeout value.

Parameters

val [retval] [out] An integer that contains the Timeout value.

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