메소드 | 설명 | |
---|---|---|
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 | |
리턴 | IHandlerResult |
public static Delay ( this @this, System.TimeSpan delayUntil ) : IHandlerResult | ||
@this | this | |
delayUntil | System.TimeSpan | |
리턴 | IHandlerResult |
public static Fail ( this @this, string message ) : IHandlerResult | ||
@this | this | |
message | string | |
리턴 | IHandlerResult |
public static Ignore ( this @this, string reason ) : IHandlerResult | ||
@this | this | |
reason | string | |
리턴 | IHandlerResult |
public static Retry ( this @this, string message ) : IHandlerResult | ||
@this | this | |
message | string | |
리턴 | IHandlerResult |
public static Success ( this @this ) : IHandlerResult | ||
@this | this | |
리턴 | IHandlerResult |