Table of Contents

Method ReceiveMessage

Namespace
MongoDB.Driver.Core.Connections
Assembly
MongoDB.Driver.Core.dll

ReceiveMessage(int, IMessageEncoderSelector, MessageEncoderSettings, CancellationToken)

Receives a message.

ResponseMessage ReceiveMessage(int responseTo, IMessageEncoderSelector encoderSelector, MessageEncoderSettings messageEncoderSettings, CancellationToken cancellationToken)

Parameters

responseTo int

The id of the sent message for which a response is to be received.

encoderSelector IMessageEncoderSelector

The encoder selector.

messageEncoderSettings MessageEncoderSettings

The message encoder settings.

cancellationToken CancellationToken

The cancellation token.

Returns

ResponseMessage

The response message.