Метод | Описание | |
---|---|---|
DelayedRetryExecutor ( string endpointInputQueue, IDispatchMessages dispatcher, string timeoutManagerAddress = null ) : System | ||
Retry ( IncomingMessage message, System.TimeSpan delay, TransportTransaction transportTransaction ) : Task |
public DelayedRetryExecutor ( string endpointInputQueue, IDispatchMessages dispatcher, string timeoutManagerAddress = null ) : System | ||
endpointInputQueue | string | |
dispatcher | IDispatchMessages | |
timeoutManagerAddress | string | |
Результат | System |
public Retry ( IncomingMessage message, System.TimeSpan delay, TransportTransaction transportTransaction ) : Task |
||
message | IncomingMessage | |
delay | System.TimeSpan | |
transportTransaction | TransportTransaction | |
Результат | Task |