ICriticalNotifyCompletion Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents an awaiter that schedules continuations when an await operation completes.
Assembly: mscorlib (in mscorlib.dll)
The ICriticalNotifyCompletion type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | OnCompleted | Schedules the continuation action that's invoked when the instance completes. (Inherited from INotifyCompletion.) |
![]() | UnsafeOnCompleted | Security Critical. Schedules the continuation action that's invoked when the instance completes. |
Show:
