Interface IReadBinding
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.