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.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
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