IChannelHandle Interface |
Namespace: MongoDB.Driver.Core.Bindings
The IChannelHandle type exposes the following members.
Name | Description | |
---|---|---|
CommandAsyncTResult |
Executes a Command protocol.
(Inherited from IChannel.) | |
DeleteAsync |
Executes a Delete protocol.
(Inherited from IChannel.) | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
Fork |
Returns a new handle to the underlying channel.
| |
GetMoreAsyncTDocument |
Executes a GetMore protocol.
(Inherited from IChannel.) | |
InsertAsyncTDocument |
Executes an Insert protocol.
(Inherited from IChannel.) | |
KillCursorsAsync |
Executes a KillCursors protocol.
(Inherited from IChannel.) | |
QueryAsyncTDocument |
Executes a Query protocol.
(Inherited from IChannel.) | |
UpdateAsync |
Executes an Update protocol.
(Inherited from IChannel.) |
Name | Description | |
---|---|---|
ConnectionDescription |
Gets the connection description.
(Inherited from IChannel.) |