Adds the supplied advice to the end (or tail) of the advice (interceptor) chain.
Adds the supplied advice to the end (or tail) of the advice (interceptor) chain.
public void AddAdvice(IAdvice)
Adds the supplied advice to the supplied position in the advice (interceptor) chain.
public void AddAdvice(int,IAdvice)
AdvisedProxy Class | Spring.Aop.Framework.DynamicProxy Namespace | DefaultPointcutAdvisor | AddAdvice