Skip to content
Microsoft Orleans
Search
Ctrl
K
Cancel
Orleans on GitHub
Orleans on Discord
Select theme
Dark
Light
Auto
API packages
Microsoft.Orleans.Core
Package overview
IBackoffProvider
Overview
Methods
Orleans on GitHub
Orleans on Discord
Select theme
Dark
Light
Auto
IBackoffProvider
Documentation
API reference
Microsoft.Orleans.Core
IBackoffProvider
interface
Namespace:
Orleans.Internal
NuGet
Markdown
Functionality for determining how long to wait between successive operation attempts.
public
interface
IBackoffProvider
Methods
Next(int)
Returns the amount of time to wait before attempting a subsequent operation.