JoinableTaskFactory.HangDetectionTimeout Property

 

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)

protected TimeSpan HangDetectionTimeout { get; set; }

Property Value

Type: System.TimeSpan

The timeout object.

Return to top
Show: