Class ReadPreferenceBinding
Represents a read binding to a cluster using a ReadPreference to select the server.
public sealed class ReadPreferenceBinding : IReadBinding, IBinding, IDisposable
- Inheritance
-
ReadPreferenceBinding
- Implements
- Inherited Members
Constructors
- ReadPreferenceBinding(ICluster, ReadPreference, ICoreSessionHandle)
Initializes a new instance of the ReadPreferenceBinding class.
Properties
- ReadPreference
Gets the read preference.
- Session
Gets the session.
Methods
- GetReadChannelSource(CancellationToken)
Gets a channel source for read operations.
- GetReadChannelSourceAsync(CancellationToken)
Gets a channel source for read operations.