C# Class Wave.MessageFilterExtensions

Afficher le fichier Open project: WaveServiceBus/WaveServiceBus

Méthodes publiques

Méthode 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 méthode

public static Delay ( this @this, System.DateTime delayUntil ) : IHandlerResult
@this this
delayUntil System.DateTime
Résultat IHandlerResult

Delay() public static méthode

public static Delay ( this @this, System.TimeSpan delayUntil ) : IHandlerResult
@this this
delayUntil System.TimeSpan
Résultat IHandlerResult

Fail() public static méthode

public static Fail ( this @this, string message ) : IHandlerResult
@this this
message string
Résultat IHandlerResult

Ignore() public static méthode

public static Ignore ( this @this, string reason ) : IHandlerResult
@this this
reason string
Résultat IHandlerResult

Retry() public static méthode

public static Retry ( this @this, string message ) : IHandlerResult
@this this
message string
Résultat IHandlerResult

Success() public static méthode

public static Success ( this @this ) : IHandlerResult
@this this
Résultat IHandlerResult