Class RetryableReadContext
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Represents a context for retryable reads.
- Inheritance
-
Retryable
Read Context
- Implements
- Inherited Members
Constructors
- Retryable
Read Context(IRead Binding, bool) Initializes a new instance of the Retryable
Read class.Context
Properties
- Binding
Gets the binding.
- Channel
Gets the channel.
- Channel
Source Gets the channel source.
- Retry
Requested Gets a value indicating whether the operation can be retried.
Methods
- Create(IRead
Binding, bool, Cancellation Token) Creates and initializes a retryable read operation context.
- Create
Async(IRead Binding, bool, Cancellation Token) Creates and initializes a retryable read operation context.
- Replace
Channel(IChannel Handle) Replaces the channel.
- Replace
Channel Source(IChannel Source Handle) Replaces the channel source.