Interface IWriteBinding
Represents a binding that determines which channel source gets used for write operations.
public interface IWriteBinding : IBinding, IDisposable
- Inherited Members
Methods
- GetWriteChannelSource(IMayUseSecondaryCriteria, CancellationToken)
Gets a channel source for write operations that may use a secondary.
- 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(CancellationToken)
Gets a channel source for write operations.