C# 클래스 Spring.Aop.Framework.CountingAfterReturningAdvice

상속: Spring.Aop.Framework.MethodCounter, IAfterReturningAdvice
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
AfterReturning ( object returnValue, MethodInfo method, object args, object target ) : void

메소드 상세

AfterReturning() 공개 메소드

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