HttpContextWrapper.ThreadAbortOnTimeout Proprietà

Definizione

Ottiene o imposta un valore che specifica se il runtime ASP.NET deve chiamare Abort() sul thread che esegue la manutenzione di questa richiesta quando si verifica il timeout della richiesta.

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

Valore della proprietà

true se Abort() verrà chiamato quando si verifica il timeout del thread; in caso contrario, false. Il valore predefinito è true.

Commenti

Per altre informazioni, vedere HttpContext.ThreadAbortOnTimeout.

Si applica a