IQueueReaderBackoffProvider 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 read a message from a queue.
public interface IQueueReaderBackoffProvider : Orleans.Internal.IBackoffProvider
type IQueueReaderBackoffProvider = interface
interface IBackoffProvider
Public Interface IQueueReaderBackoffProvider
Implements IBackoffProvider
- Implements
Methods
Next(Int32) |
Returns the amount of time to wait before attempting a subsequent operation. (Inherited from IBackoffProvider) |