HttpContextWrapper.ThreadAbortOnTimeout 属性
定义
public:
virtual property bool ThreadAbortOnTimeout { bool get(); void set(bool value); };
public override bool ThreadAbortOnTimeout { get; set; }
member this.ThreadAbortOnTimeout : bool with get, set
Public Overrides Property ThreadAbortOnTimeout As Boolean
属性值
如果在线程超时时调用 Abort(),则为 true;否则为 false。true if Abort() will be called when the thread times out; otherwise, false. 默认值为 true。The default is true.
注解
有关详细信息,请参阅 HttpContext.ThreadAbortOnTimeout。For more information, see HttpContext.ThreadAbortOnTimeout.