JoinableTaskContextNode::RegisterOnHangDetected Method ()

 

Registers with the inner JoinableTaskContext to receive hang notifications.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

protected:
IDisposable^ RegisterOnHangDetected()

Return Value

Type: System::IDisposable^

An IDisposable to dispose of when you want to cancel hang notifications.

Return to top
Show: