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