Table of Contents

Interface IReadBinding

Namespace
MongoDB.Driver.Core.Bindings
Assembly
MongoDB.Driver.Core.dll

Represents a binding that determines which channel source gets used for read operations.

public interface IReadBinding : IBinding, IDisposable
Inherited Members

Properties

ReadPreference

Gets the read preference.

Methods

GetReadChannelSource(CancellationToken)

Gets a channel source for read operations.

GetReadChannelSourceAsync(CancellationToken)

Gets a channel source for read operations.