C# Class Spring.Aop.Framework.CountingMultiAdvice

Advice object that implements multiple Advice interfaces.
Inheritance: Spring.Aop.Framework.MethodCounter, IMethodBeforeAdvice, IAfterReturningAdvice, IThrowsAdvice
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
AfterReturning ( object returnValue, MethodInfo method, object args, object target ) : void
AfterThrowing ( ApplicationException aex ) : void
Before ( MethodInfo method, object args, object target ) : void

Method Details

AfterReturning() public méthode

public AfterReturning ( object returnValue, MethodInfo method, object args, object target ) : void
returnValue object
method System.Reflection.MethodInfo
args object
target object
Résultat void

AfterThrowing() public méthode

public AfterThrowing ( ApplicationException aex ) : void
aex System.ApplicationException
Résultat void

Before() public méthode

public Before ( MethodInfo method, object args, object target ) : void
method System.Reflection.MethodInfo
args object
target object
Résultat void