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.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
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