onCompleted
OnCompleted is a term used in various programming contexts to denote that a process, sequence, or stream has finished, and no further data will be produced. The precise meaning and usage depend on the framework.
In Reactive Extensions (Rx), OnCompleted is one of the three methods defined by the observer interface, along
In web applications built with ASP.NET Core, HttpResponse.OnCompleted registers a callback to run after the HTTP
The term is not universal and may appear as a private method or naming convention in other
See also: IObserver<T>, IObservable<T>, Reactive Extensions, HttpResponse.OnCompleted.