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