C# Class Spring.Aop.Framework.CountingAfterReturningAdvice

Inheritance: Spring.Aop.Framework.MethodCounter, IAfterReturningAdvice
显示文件 Open project: spring-projects/spring-net

Public Methods

Method Description
AfterReturning ( object returnValue, MethodInfo method, object args, object target ) : void

Method Details

AfterReturning() public method

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