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.

struct System.​Runtime.​CompilerServices.​ICriticalNotifyCompletion

Assembly: System.Runtime

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

Methods

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