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.​INotifyCompletion

Assembly: System.Runtime

Represents an operation that schedules continuations when it completes.

Methods

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