MethodBindingInvokeAwaiter.OnCompleted Method |
Schedules the continuation action that's invoked when the instance completes.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.15.0 (6.5.15.0)
C#
public void OnCompleted( Action continuation )
Parameters
- continuation
- Type: System.Action
The action to invoke when the operation completes.
Implements
INotifyCompletion.OnCompleted(Action)Exception | Condition |
---|---|
ArgumentNullException | The continuation argument is null (Nothing in Visual Basic). |