C# 클래스 Prototype.Common.Interceptors.LoggingInterceptor

This interceptors simply intercept every invocation of handler in order to write logs about commands and events
상속: IMessageHandlerInterceptor
파일 보기 프로젝트 열기: paralect/prototype

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Intercept ( DispatcherInvocationContext context ) : void

메소드 상세

Intercept() 공개 메소드

public Intercept ( DispatcherInvocationContext context ) : void
context Prototype.Platform.Dispatching.DispatcherInvocationContext
리턴 void