ICriticalNotifyCompletion Interface
TOC
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

No code example is currently available or this language may not be supported.

The ICriticalNotifyCompletion type exposes the following members.

  NameDescription
Public methodOnCompletedSchedules the continuation action that's invoked when the instance completes. (Inherited from INotifyCompletion.)
Public methodUnsafeOnCompletedSecurity Critical. Schedules the continuation action that's invoked when the instance completes.
Top

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft