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.​INotifyCompletion
Assembly: System.Runtime
Represents an operation that schedules continuations when it completes.
Methods
public
void
OnCompleted​(Action continuation)
continuation
The action to invoke when the operation completes.
Schedules the continuation action that's invoked when the instance completes.