Open sandboxFocus

Class OnMethodSuccessAdvice

In Metalama, implement the BuildAspect(IAspectBuilder<T>) method and use builder.Advice..

Inheritance
OnMethodSuccessAdvice
Namespace: PostSharp.Aspects.Advices
Assembly: Metalama.Migration.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
[Obsolete("In Metalama, implement the 'IAspect<T>.BuildAspect(IAspectBuilder<T>)' method and use <c>builder</c>.'IAspectBuilder.Advice'.'M:Metalama.Framework.Advising.IAdviceFactory.Override(Metalama.Framework.Code.IMethod, in MethodTemplateSelector, object?, object?)'.", false)]
public sealed class OnMethodSuccessAdvice : OnMethodBoundaryAdvice

Constructors

Name Description
OnMethodSuccessAdvice()

See Also