Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Spring
Retry
Retry
Backoff
NoBackOffPolicy
C# Class Spring.Retry.Retry.Backoff.NoBackOffPolicy
Implementation of
IBackOffPolicy
that performs a no-op and as such all retry operation in a given set proceed one after the other with no pause.
Inheritance:
StatelessBackOffPolicy
ファイルを表示
Open project: spring-projects/spring-net-retry
Protected Methods
Method
Description
DoBackOff
( ) :
void
The do back off.
Method Details
DoBackOff()
protected
method
The do back off.
protected
DoBackOff
( ) :
void
return
void