IFailedSessionBackoffProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines how long to wait between successive rebalancing sessions, if an aprior session has failed.
public interface IFailedSessionBackoffProvider : Orleans.Internal.IBackoffProvider
type IFailedSessionBackoffProvider = interface
interface IBackoffProvider
Public Interface IFailedSessionBackoffProvider
Implements IBackoffProvider
- Implements
Remarks
A session is considered "failed" if n-consecutive number of cycles yielded no significant improvement to the cluster's entropy.
Methods
Next(Int32) |
Returns the amount of time to wait before attempting a subsequent operation. (Inherited from IBackoffProvider) |