xRecord.queryTimedOut 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.
Indicates whether the query exceeded the time limit for execution.
public:
virtual bool queryTimedOut();
public virtual bool queryTimedOut ();
abstract member queryTimedOut : unit -> bool
override this.queryTimedOut : unit -> bool
Public Overridable Function queryTimedOut () As Boolean
Returns
true if the query exceeded the time limit for execution; otherwise, false.