AwaitExtensions::TaskSchedulerAwaiter::IsCompleted Property

 

Determines whether or not a yield is necessary.

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 running on that TaskScheduler.

Return to top
Show: