Click or drag to resize

IChannelHandle Interface

Represents a handle to a channel.

Namespace:  MongoDB.Driver.Core.Bindings
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public interface IChannelHandle : IChannel, 
	IDisposable

The IChannelHandle type exposes the following members.

Properties
  NameDescription
Public propertyConnection
Gets the connection.
(Inherited from IChannel.)
Public propertyConnectionDescription
Gets the connection description.
(Inherited from IChannel.)
Top
Methods
  NameDescription
Public methodCommand<TResult>
Executes a Command protocol.
(Inherited from IChannel.)
Public methodCommandAsync<TResult>
Executes a Command protocol.
(Inherited from IChannel.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodFork
Returns a new handle to the underlying channel.
Public methodQuery<TDocument>(CollectionNamespace, BsonDocument, BsonDocument, IElementNameValidator, Int32, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, IBsonSerializer<TDocument>, MessageEncoderSettings, CancellationToken)
Executes a Query protocol.
(Inherited from IChannel.)
Public methodQuery<TDocument>(CollectionNamespace, BsonDocument, BsonDocument, IElementNameValidator, Int32, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, IBsonSerializer<TDocument>, MessageEncoderSettings, CancellationToken) Obsolete.
Executes a Query protocol.
(Inherited from IChannel.)
Public methodQueryAsync<TDocument>(CollectionNamespace, BsonDocument, BsonDocument, IElementNameValidator, Int32, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, IBsonSerializer<TDocument>, MessageEncoderSettings, CancellationToken)
Executes a Query protocol.
(Inherited from IChannel.)
Public methodQueryAsync<TDocument>(CollectionNamespace, BsonDocument, BsonDocument, IElementNameValidator, Int32, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, IBsonSerializer<TDocument>, MessageEncoderSettings, CancellationToken) Obsolete.
Executes a Query protocol.
(Inherited from IChannel.)
Top
See Also