INotifyCompletion.OnCompleted Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Schedules the continuation action that's invoked when the instance completes.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- continuation
- Type: System.Action
The action to invoke when the operation completes.
| Exception | Condition |
|---|---|
| ArgumentNullException | The continuation argument is null (Nothing in Visual Basic). |
Show: