C# Class Spring.Aop.Framework.CountingAfterReturningAdvice

Inheritance: Spring.Aop.Framework.MethodCounter, IAfterReturningAdvice
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

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