Click or drag to resize

CommandOperationBaseTCommandResultExecuteProtocol Method

Executes the protocol.

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
protected TCommandResult ExecuteProtocol(
	IChannelSource channelSource,
	ICoreSessionHandle session,
	ReadPreference readPreference,
	CancellationToken cancellationToken
)

Parameters

channelSource
Type: MongoDB.Driver.Core.BindingsIChannelSource
The channel source.
session
Type: MongoDB.Driver.Core.BindingsICoreSessionHandle
The session.
readPreference
Type: MongoDB.DriverReadPreference
The read preference.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TCommandResult
A Task whose result is the command result.
See Also