Skip to content

IAsyncObserver<T>.OnCompletedAsync

OnCompletedAsync

virtual
View source
public virtual Task OnCompletedAsync()
Notifies the consumer that the stream was completed.

The Task returned from this method should be completed when the consumer is done processing the stream closure.

Returns

A Task that is completed when the stream-complete operation has been accepted.