Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the time between the last activity on a synchronously-blocking thread and the beginning of data collection about a possible hang.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Protected Property HangDetectionTimeout As TimeSpan
protected TimeSpan HangDetectionTimeout { get; set; }
protected:
property TimeSpan HangDetectionTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
member HangDetectionTimeout : TimeSpan with get, set
function get HangDetectionTimeout () : TimeSpan
function set HangDetectionTimeout (value : TimeSpan)
Property Value
Type: System.TimeSpan
The timeout object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.