JoinableTaskContextNode::IsMainThreadBlocked Method ()

 

Determines whether the main thread is blocked for the caller's completion.

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

public:
bool IsMainThreadBlocked()

Return Value

Type: System::Boolean

true if the main thread is blocked, otherwise false.

Return to top
Show: