RegexManager.MatchTimeout

RegexManager.MatchTimeout property

Gets or sets the timeout for Regex operations across the library. The default value is 1000 ms.

public static TimeSpan MatchTimeout { get; set; }

Property Value

A TimeSpan representing the default timeout duration.

See Also