Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Spring
Retry
Retry
Backoff
ObjectWaitSleeper
C# Class Spring.Retry.Retry.Backoff.ObjectWaitSleeper
Simple
ISleeper
implementation that just waits on a local Object.
Inheritance:
ISleeper
Mostrar archivo
Open project: spring-projects/spring-net-retry
Public Methods
Method
Description
Sleep
(
long
backOffPeriod
) :
void
The sleep.
Method Details
Sleep()
public
method
The sleep.
public
Sleep
(
long
backOffPeriod
) :
void
backOffPeriod
long
The back off period.
return
void