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