IMongoDatabase.RunCommandAsync<TResult> Method |
Runs a command.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
SyntaxTask<TResult> RunCommandAsync<TResult>(
Command<TResult> command,
ReadPreference readPreference = null,
CancellationToken cancellationToken = null
)
Function RunCommandAsync(Of TResult) (
command As Command(Of TResult),
Optional readPreference As ReadPreference = Nothing,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of TResult)
abstract RunCommandAsync :
command : Command<'TResult> *
?readPreference : ReadPreference *
?cancellationToken : CancellationToken
(* Defaults:
let _readPreference = defaultArg readPreference null
let _cancellationToken = defaultArg cancellationToken null
*)
-> Task<'TResult>
Parameters
- command
- Type: MongoDB.Driver.Command<TResult>
The command. - readPreference (Optional)
- Type: MongoDB.Driver.ReadPreference
The read preference. - cancellationToken (Optional)
- Type: Task<TResult>
The result of the command.
See Also
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant