YieldAwaitable.YieldAwaiter.IsCompleted Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether a yield is not required.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.BooleanAlways false, which indicates that a yield is always required for YieldAwaitable.YieldAwaiter.
Show: