Method ReceiveMessageAsync
- Namespace
- MongoDB.Driver.Core.Connections
- Assembly
- MongoDB.Driver.Core.dll
ReceiveMessageAsync(int, IMessageEncoderSelector, MessageEncoderSettings, CancellationToken)
Receives a message.
Task<ResponseMessage> ReceiveMessageAsync(int responseTo, IMessageEncoderSelector encoderSelector, MessageEncoderSettings messageEncoderSettings, CancellationToken cancellationToken)
Parameters
responseTo
intThe id of the sent message for which a response is to be received.
encoderSelector
IMessageEncoderSelectorThe encoder selector.
messageEncoderSettings
MessageEncoderSettingsThe message encoder settings.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<ResponseMessage>
A Task whose result is the response message.