| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedSupport.AdvisorChainFactory Property
Gets and sets the IAdvisorChainFactory implementation that will be used to get the interceptor chains for the advised Target.
[Visual Basic]
Public Overridable Property AdvisorChainFactory() As
IAdvisorChainFactory _
Public Get
End Get
Public Set
End Set
End Property
Property Value
The IAdvisorChainFactory implementation that will be used to get the interceptor chains for the advised Target.
Implements
IAdvised.AdvisorChainFactory
See Also
AdvisedSupport Class | Spring.Aop.Framework Namespace