IAsyncObserver<T>.OnCompletedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.