The methods of the IAdvised interface are listed below. For a complete list of IAdvised interface members, see the IAdvised Members topic.
AddAdvice | Overloaded. Adds the supplied advice to the end (or tail) of the advice (interceptor) chain. |
AddAdvisor | Overloaded. Adds the supplied advisor to the list of Advisors. |
AddAdvisors | Adds the advisors from the supplied advisors to the list of Advisors. |
AddIntroduction | Overloaded. Adds the supplied introductionAdvisor to the list of Introductions. |
IndexOf | Overloaded. Return the index (0 based) of the supplied IAdvisor in the interceptor (advice) chain for this proxy. |
IsInterfaceProxied | Is the supplied intf (interface) Type proxied? |
RemoveAdvice | Removes the supplied advice from the list of Advisors. |
RemoveAdvisor | Overloaded. Removes the supplied advisor the list of advisors for this proxy. |
RemoveIntroduction | Overloaded. Removes the supplied introduction from the list of Introductions. |
ReplaceAdvisor | Replaces the oldAdvisor with the newAdvisor. |
ReplaceIntroduction | Replaces the IIntroductionAdvisor that exists at the supplied index in the list of Introductions with the supplied introduction. |
ToProxyConfigString | As ToString will normally be passed straight through to the advised target, this method returns the ToString equivalent for the AOP proxy itself. |
IAdvised Interface | Spring.Aop.Framework Namespace | AdvisedSupport