| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAutoProxyCreator.CustomizeProxyFactory Method
Subclasses may choose to implement this: for example, to change the interfaces exposed
[Visual Basic]
Protected Overridable Sub CustomizeProxyFactory( _
ByVal
pf As
ProxyFactory _
)
Parameters
-
pf
- ProxyFactory that will be used to create the proxy immediably after this method returns.
See Also
AbstractAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace