RegexRunner.CheckTimeout 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.
Checks whether the operation has timed out, and throws RegexMatchTimeoutException if it has.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void CheckTimeout();
protected void CheckTimeout();
member this.CheckTimeout : unit -> unit
Protected Sub CheckTimeout ()