Interface IChannel
Represents a channel (similar to a connection but operates at the level of protocols rather than messages).
public interface IChannel : IDisposable
- Inherited Members
Properties
- Connection
Gets the connection.
- ConnectionDescription
Gets the connection description.
Methods
- QueryAsync<TDocument>(CollectionNamespace, BsonDocument, BsonDocument, IElementNameValidator, int, int, bool, bool, bool, bool, bool, IBsonSerializer<TDocument>, MessageEncoderSettings, CancellationToken)
Executes a Query protocol.
- QueryAsync<TDocument>(CollectionNamespace, BsonDocument, BsonDocument, IElementNameValidator, int, int, bool, bool, bool, bool, bool, bool, IBsonSerializer<TDocument>, MessageEncoderSettings, CancellationToken)
Executes a Query protocol.