IAsyncObserver<T>.OnCompletedAsync Method

Definition

Notifies the observer that the provider has finished sending push-based notifications.

public System.Threading.Tasks.ValueTask OnCompletedAsync();
abstract member OnCompletedAsync : unit -> System.Threading.Tasks.ValueTask
Public Function OnCompletedAsync () As ValueTask

Returns

A ValueTask representing the asynchronous operation.

Applies to