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 |
public static Delay ( this @this, System.DateTime delayUntil ) : IHandlerResult | ||
@this | this | |
delayUntil | System.DateTime | |
return | IHandlerResult |
public static Delay ( this @this, System.TimeSpan delayUntil ) : IHandlerResult | ||
@this | this | |
delayUntil | System.TimeSpan | |
return | IHandlerResult |
public static Fail ( this @this, string message ) : IHandlerResult | ||
@this | this | |
message | string | |
return | IHandlerResult |
public static Ignore ( this @this, string reason ) : IHandlerResult | ||
@this | this | |
reason | string | |
return | IHandlerResult |
public static Retry ( this @this, string message ) : IHandlerResult | ||
@this | this | |
message | string | |
return | IHandlerResult |
public static Success ( this @this ) : IHandlerResult | ||
@this | this | |
return | IHandlerResult |