IReadOperation<TResult> Interface |
Namespace: MongoDB.Driver.Core.Operations
The IReadOperation<TResult> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Execute |
Executes the operation.
|
![]() | ExecuteAsync |
Executes the operation.
|
Name | Description | |
---|---|---|
![]() | Execute<TResult> |
Executes a read operation using a channel source.
(Defined by OperationExtensionMethods.) |
![]() | ExecuteAsync<TResult> |
Executes a read operation using a channel source.
(Defined by OperationExtensionMethods.) |