| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IAopProxyFactory.CreateAopProxy Method
Creates an IAopProxy for the supplied advisedSupport configuration.
[Visual Basic]
Public Sub CreateAopProxy( _
ByVal
advisedSupport As
AdvisedSupport _
)
Parameters
-
advisedSupport
- The AOP configuration.
Return Value
An IAopProxy.
Exceptions
| Exception Type |
Condition |
|
AopConfigException
|
If the supplied advisedSupport configuration is invalid. |
See Also
IAopProxyFactory Interface | Spring.Aop.Framework Namespace