Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​Runtime.​CompilerServices.​ICriticalNotifyCompletion

Assembly: System.Runtime

Implemented Interfaces

Represents an awaiter that schedules continuations when an await operation completes.

Methods

void
UnsafeOnCompleted​(Action continuation)
Schedules the continuation action that's invoked when the instance completes.
continuation The action to invoke when the operation completes.