CommonImplementation.QueryTimeout 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
QueryTimeout(Int32) | |
QueryTimeout() | |
QueryTimeout(Int32, Boolean) |
QueryTimeout(Int32)
QueryTimeout()
public:
abstract int QueryTimeout();
public abstract int QueryTimeout ();
abstract member QueryTimeout : unit -> int
Public MustOverride Function QueryTimeout () As Integer
Returns
Applies to
QueryTimeout(Int32, Boolean)
public:
abstract int QueryTimeout(int seconds, bool raiseException);
public abstract int QueryTimeout (int seconds, bool raiseException);
abstract member QueryTimeout : int * bool -> int
Public MustOverride Function QueryTimeout (seconds As Integer, raiseException As Boolean) As Integer
Parameters
- seconds
- Int32
- raiseException
- Boolean