C# 클래스 EzBus.Samples.Msmq.Service.MessageFilters.MyMessageFilter

상속: IMessageFilter
파일 보기 프로젝트 열기: Zapote/EzBus

공개 메소드들

메소드 설명
After ( ) : void
Before ( ) : void
OnError ( Exception ex ) : void

메소드 상세

After() 공개 메소드

public After ( ) : void
리턴 void

Before() 공개 메소드

public Before ( ) : void
리턴 void

OnError() 공개 메소드

public OnError ( Exception ex ) : void
ex System.Exception
리턴 void