MongoDB .NET Driver API Documentation
MongoDB .NET Driver API Documentation
Namespaces
MongoDB.Driver.Core.Bindings
IChannel Interface
IChannel Methods
CommandAsync Method
CommandAsync(TResult) Method (DatabaseNamespace, BsonDocument, IElementNameValidator, Func(CommandResponseHandling), Boolean, IBsonSerializer(TResult), MessageEncoderSettings, CancellationToken)
CommandAsync(TResult) Method (ICoreSession, ReadPreference, DatabaseNamespace, BsonDocument, IElementNameValidator, BsonDocument, Func(CommandResponseHandling), Boolean, IBsonSerializer(TResult), MessageEncoderSettings, CancellationToken)
IChannel
.
CommandAsync Method
Overload List
Name
Description
CommandAsync
<
TResult
>
(DatabaseNamespace, BsonDocument, IElementNameValidator, Func
<
CommandResponseHandling
>
, Boolean, IBsonSerializer
<
TResult
>
, MessageEncoderSettings, CancellationToken)
Executes a Command protocol.
CommandAsync
<
TResult
>
(ICoreSession, ReadPreference, DatabaseNamespace, BsonDocument, IElementNameValidator, BsonDocument, Func
<
CommandResponseHandling
>
, Boolean, IBsonSerializer
<
TResult
>
, MessageEncoderSettings, CancellationToken)
Executes a Command protocol.
Top
See Also
Reference
IChannel Interface
MongoDB.Driver.Core.Bindings Namespace
Copyright © 2010-2015 MongoDB Inc.
Send comments on this topic to
MongoDB