YieldAwaitable.YieldAwaiter.OnCompleted Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the continuation to invoke.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- continuation
- Type: System.Action
The action to invoke asynchronously.
Implements
INotifyCompletion.OnCompleted(Action)| Exception | Condition |
|---|---|
| ArgumentNullException | continuation is Nothing. |
Show: