RegexManager.MatchTimeout

Proprietà RegexManager.MatchTimeout

Ottiene o imposta il timeout per le operazioni Regex nella libreria. Il valore predefinito è 1000 ms.

public static TimeSpan MatchTimeout { get; set; }

Valore della Proprietà

Un TimeSpan che rappresenta la durata del timeout predefinito.

Vedi Anche