AwaiterExtensions.SimpleCoroutineAwaiter<T>.INotifyCompletion.OnCompleted Method

Definition

 virtual void System.Runtime.CompilerServices.INotifyCompletion.OnCompleted(Action ^ notifyContinuation) = System::Runtime::CompilerServices::INotifyCompletion::OnCompleted;
void INotifyCompletion.OnCompleted (Action notifyContinuation);
abstract member System.Runtime.CompilerServices.INotifyCompletion.OnCompleted : Action -> unit
override this.System.Runtime.CompilerServices.INotifyCompletion.OnCompleted : Action -> unit
Sub OnCompleted (notifyContinuation As Action) Implements INotifyCompletion.OnCompleted

Parameters

notifyContinuation
Action

Implements

Applies to