AwaitExtensions.AggregateExceptionAwaiter.OnCompleted(Action) Method

Definition

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the action to perform when the TaskAwaiter object stops waiting for the asynchronous task to complete.

public:
 virtual void OnCompleted(Action ^ continuation);
public void OnCompleted (Action continuation);
abstract member OnCompleted : Action -> unit
override this.OnCompleted : Action -> unit
Public Sub OnCompleted (continuation As Action)

Parameters

continuation
Action

Implements

Applies to