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:
property TimeSpan HangDetectionTimeout {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

The timeout object.

Return to top
Show: