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