Click or drag to resize

IConnectionReceiveMessage Method

Receives a message.

Namespace:  MongoDB.Driver.Core.Connections
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
ResponseMessage ReceiveMessage(
	int responseTo,
	IMessageEncoderSelector encoderSelector,
	MessageEncoderSettings messageEncoderSettings,
	CancellationToken cancellationToken
)

Parameters

responseTo
Type: SystemInt32
The id of the sent message for which a response is to be received.
encoderSelector
Type: MongoDB.Driver.Core.WireProtocol.Messages.EncodersIMessageEncoderSelector
The encoder selector.
messageEncoderSettings
Type: MongoDB.Driver.Core.WireProtocol.Messages.EncodersMessageEncoderSettings
The message encoder settings.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: ResponseMessage
The response message.
See Also