| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAutoProxyCreator.PostProcessAfterInitialization Method
Create a proxy with the configured interceptors if the object is identified as one to proxy by the subclass.
[Visual Basic]
Public Overridable Sub PostProcessAfterInitialization( _
ByVal
obj As
Object, _
ByVal
objectName As
String _
) _
[C#]
public virtual
object PostProcessAfterInitialization(
object obj,
string objectName);
Implements
IObjectPostProcessor.PostProcessAfterInitialization
See Also
AbstractAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace