Return the index (0 based) of the supplied IAdvice in the interceptor (advice) chain for this proxy.
Return the index (0 based) of the supplied IAdvice in the interceptor (advice) chain for this proxy.
public virtual int IndexOf(IAdvice)
Return the index (0 based) of the supplied IAdvisor in the interceptor (advice) chain for this proxy.
public virtual int IndexOf(IAdvisor)
Return the index (0 based) of the supplied IIntroductionAdvisor in the introductions for this proxy.
public virtual int IndexOf(IIntroductionAdvisor)
AdvisedSupport Class | Spring.Aop.Framework Namespace