C# 클래스 Wave.MessageFilterExtensions

파일 보기 프로젝트 열기: WaveServiceBus/WaveServiceBus

공개 메소드들

메소드 설명
Delay ( this @this, System.DateTime delayUntil ) : IHandlerResult
Delay ( this @this, System.TimeSpan delayUntil ) : IHandlerResult
Fail ( this @this, string message ) : IHandlerResult
Ignore ( this @this, string reason ) : IHandlerResult
Retry ( this @this, string message ) : IHandlerResult
Success ( this @this ) : IHandlerResult

메소드 상세

Delay() 공개 정적인 메소드

public static Delay ( this @this, System.DateTime delayUntil ) : IHandlerResult
@this this
delayUntil System.DateTime
리턴 IHandlerResult

Delay() 공개 정적인 메소드

public static Delay ( this @this, System.TimeSpan delayUntil ) : IHandlerResult
@this this
delayUntil System.TimeSpan
리턴 IHandlerResult

Fail() 공개 정적인 메소드

public static Fail ( this @this, string message ) : IHandlerResult
@this this
message string
리턴 IHandlerResult

Ignore() 공개 정적인 메소드

public static Ignore ( this @this, string reason ) : IHandlerResult
@this this
reason string
리턴 IHandlerResult

Retry() 공개 정적인 메소드

public static Retry ( this @this, string message ) : IHandlerResult
@this this
message string
리턴 IHandlerResult

Success() 공개 정적인 메소드

public static Success ( this @this ) : IHandlerResult
@this this
리턴 IHandlerResult