C# Class Wave.MessageFilterExtensions

Datei anzeigen Open project: WaveServiceBus/WaveServiceBus

Public Methods

Method Description
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

Method Details

Delay() public static method

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

Delay() public static method

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

Fail() public static method

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

Ignore() public static method

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

Retry() public static method

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

Success() public static method

public static Success ( this @this ) : IHandlerResult
@this this
return IHandlerResult