Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.