| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedSupport.AddAdvisors Method
Adds the advisors from the supplied advisors to the list of Advisors.
[Visual Basic]
Public NotOverridable Sub AddAdvisors( _
ByVal
advisors As
IAdvisors _
) _
Parameters
-
advisors
- The IAdvisors to add advisors from.
Implements
IAdvised.AddAdvisors
Exceptions
| Exception Type |
Condition |
|
AopConfigException
|
If this proxy configuration is frozen and the advisors cannot be added. |
See Also
AdvisedSupport Class | Spring.Aop.Framework Namespace