C# 클래스 Cedar.Framework.AuditTrail.Interception.AuditTrailCallHandler

상속: ICallHandler
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
AuditTrailCallHandler ( string functionName ) : System

Create a new AuditTrailCallHandler

AuditTrailCallHandler ( string functionName, int order ) : System

Create a new AuditTrailCallHandler

Invoke ( IMethodInvocation input, GetNextHandlerDelegate getNext ) : IMethodReturn

Invoking the Audit Trail related operation.

비공개 메소드들

메소드 설명
Log ( IMethodInvocation input, IMethodReturn methodReturn ) : void

메소드 상세

AuditTrailCallHandler() 공개 메소드

Create a new AuditTrailCallHandler
public AuditTrailCallHandler ( string functionName ) : System
functionName string The name of the function to audit.
리턴 System

AuditTrailCallHandler() 공개 메소드

Create a new AuditTrailCallHandler
public AuditTrailCallHandler ( string functionName, int order ) : System
functionName string The name of the function to audit.
order int The order in which the handler will be executed.
리턴 System

Invoke() 공개 메소드

Invoking the Audit Trail related operation.
public Invoke ( IMethodInvocation input, GetNextHandlerDelegate getNext ) : IMethodReturn
input IMethodInvocation Method Invocation Message.
getNext GetNextHandlerDelegate /// A GetNextHandlerDelegate object delegating the invocation to the next CallHandler or Target /// instance. ///
리턴 IMethodReturn