Class ReadBindingHandle
Represents a handle to a read binding.
public sealed class ReadBindingHandle : IReadBindingHandle, IReadBinding, IBinding, IDisposable
- Inheritance
-
ReadBindingHandle
- Implements
- Inherited Members
Constructors
- ReadBindingHandle(IReadBinding)
Initializes a new instance of the ReadBindingHandle class.
Properties
- ReadPreference
Gets the read preference.
- Session
Gets the session.
Methods
- Fork()
Returns a new handle to the underlying read binding.
- GetReadChannelSource(CancellationToken)
Gets a channel source for read operations.
- GetReadChannelSourceAsync(CancellationToken)
Gets a channel source for read operations.