IMessageDeliveryBackoffProvider 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.
Functionality for determining how long the Orleans.Streams.IPersistentStreamPullingAgent will wait between successive attempts to deliver a message.
public interface IMessageDeliveryBackoffProvider : Orleans.Internal.IBackoffProvider
type IMessageDeliveryBackoffProvider = interface
interface IBackoffProvider
Public Interface IMessageDeliveryBackoffProvider
Implements IBackoffProvider
- Implements
Methods
Next(Int32) |
Returns the amount of time to wait before attempting a subsequent operation. (Inherited from IBackoffProvider) |