| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
DefaultPointcutAdvisor Constructor
Creates a new instance of the DefaultPointcutAdvisor class for the supplied advice and pointcut.
[Visual Basic]
Public Overloads Sub New( _
ByVal
pointcut As
IPointcut, _
ByVal
advice As
IAdvice _
)
Parameters
-
pointcut
- The pointcut to use.
-
advice
- The advice to use.
See Also
DefaultPointcutAdvisor Class | Spring.Aop.Support Namespace | DefaultPointcutAdvisor Constructor Overload List