ServerTagsRegex 构造函数
定义
初始化 ServerTagsRegex 类的新实例。Initializes a new instance of the ServerTagsRegex class.
重载
| ServerTagsRegex() |
此 API 支持产品基础结构,不能在代码中直接使用。 初始化 ServerTagsRegex 类的新实例。Initializes a new instance of the ServerTagsRegex class. |
| ServerTagsRegex(TimeSpan) |
此 API 支持产品基础结构,不能在代码中直接使用。 用指定的超时值初始化 ServerTagsRegex 类的新实例。Initializes a new instance of the ServerTagsRegex class with a specified time-out value. |
ServerTagsRegex()
初始化 ServerTagsRegex 类的新实例。Initializes a new instance of the ServerTagsRegex class.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
ServerTagsRegex();
public ServerTagsRegex ();
Public Sub New ()
适用于
ServerTagsRegex(TimeSpan)
用指定的超时值初始化 ServerTagsRegex 类的新实例。Initializes a new instance of the ServerTagsRegex class with a specified time-out value.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
ServerTagsRegex(TimeSpan A_1);
public ServerTagsRegex (TimeSpan A_1);
new System.Web.RegularExpressions.ServerTagsRegex : TimeSpan -> System.Web.RegularExpressions.ServerTagsRegex
Public Sub New (A_1 As TimeSpan)
参数
- A_1
- TimeSpan
如果匹配操作不应超时,则为超时间隔或 InfiniteMatchTimeout。A time-out interval, or InfiniteMatchTimeout if matching operations should not time out.
注解
A_1参数表示最大时间间隔,在此时间间隔内正则表达式引擎在操作超时和引发表达式之前尝试找到匹配项 RegexMatchTimeoutException 。The A_1 parameter represents the maximum time interval during which the regular expression engine tries to find a match before the operation times out and a RegexMatchTimeoutException expression is thrown.