JoinableTaskFactory::MainThreadAwaiter::IsCompleted Property

 

Determines whether the caller is already on the main thread.

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

public:
property bool IsCompleted {
	bool get();
}

Property Value

Type: System::Boolean

true if the caller is already on the main thread, otherwise false.

Return to top
Show: