No equivalent in Metalama. To override an async method, implement the OverrideMethodAspect.OverrideAsyncMethod() method and call meta.ProceedAsync().
Namespace: PostSharp.Aspects
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("No equivalent in Metalama. To override an async method, implement the 'OverrideMethodAspect'.'OverrideMethodAspect.OverrideAsyncMethod()' method and call 'meta'.'meta.ProceedAsync()'.", false)]
public struct MethodInterceptionProceedAwaiter : ICriticalNotifyCompletion, INotifyCompletion
Properties
Name | Description |
---|---|
IsCompleted |
Methods
Name | Description |
---|---|
GetResult() | |
OnCompleted(Action) | |
UnsafeOnCompleted(Action) |