Udostępnij za pośrednictwem


HotReloadHelper<T>.OnCompletedAsync(CancellationToken) Method

Definition

Notifies the observer when no further changes are expected.

public virtual System.Threading.Tasks.Task OnCompletedAsync (System.Threading.CancellationToken cancellationToken);
abstract member OnCompletedAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.OnCompletedAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function OnCompletedAsync (cancellationToken As CancellationToken) As Task

Parameters

cancellationToken
CancellationToken

Cancellation token to monitor.

Returns

Task indicating completion.

Implements

Applies to