C# Класс Wave.MessageFilterExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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