Class WritableServerBinding
Represents a write binding to a writable server.
public sealed class WritableServerBinding : IReadWriteBinding, IReadBinding, IWriteBinding, IBinding, IDisposable- Inheritance
- 
      
      WritableServerBinding
- Implements
- Inherited Members
Constructors
- WritableServerBinding(ICluster, ICoreSessionHandle)
- Initializes a new instance of the WritableServerBinding class. 
Properties
- ReadPreference
- Gets the read preference. 
- Session
- Gets the session. 
Methods
- GetReadChannelSource(IReadOnlyCollection<ServerDescription>, CancellationToken)
- Gets a channel source for read operations while deprioritizing servers in the provided collection. 
- GetReadChannelSource(CancellationToken)
- Gets a channel source for read operations. 
- GetReadChannelSourceAsync(IReadOnlyCollection<ServerDescription>, CancellationToken)
- Gets a channel source for read operations while deprioritizing servers in the provided collection. 
- GetReadChannelSourceAsync(CancellationToken)
- Gets a channel source for read operations. 
- GetWriteChannelSource(IMayUseSecondaryCriteria, CancellationToken)
- Gets a channel source for write operations that may use a secondary. 
- GetWriteChannelSource(IReadOnlyCollection<ServerDescription>, IMayUseSecondaryCriteria, CancellationToken)
- Gets a channel source for write operations that may use a secondary and deprioritizes servers in the provided collection. 
- GetWriteChannelSource(IReadOnlyCollection<ServerDescription>, CancellationToken)
- Gets a channel source for write operations while deprioritizing servers in the provided collection. 
- GetWriteChannelSource(CancellationToken)
- Gets a channel source for write operations. 
- GetWriteChannelSourceAsync(IMayUseSecondaryCriteria, CancellationToken)
- Gets a channel source for write operations that may use a secondary. 
- GetWriteChannelSourceAsync(IReadOnlyCollection<ServerDescription>, IMayUseSecondaryCriteria, CancellationToken)
- Gets a channel source for write operations that may use a secondary and deprioritizes servers in the provided collection. 
- GetWriteChannelSourceAsync(IReadOnlyCollection<ServerDescription>, CancellationToken)
- Gets a channel source for write operations while deprioritizing servers in the provided collection. 
- GetWriteChannelSourceAsync(CancellationToken)
- Gets a channel source for write operations.