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
- responseToint
- The id of the sent message for which a response is to be received. 
- encoderSelectorIMessageEncoderSelector
- The encoder selector. 
- messageEncoderSettingsMessageEncoderSettings
- The message encoder settings. 
- cancellationTokenCancellationToken
- The cancellation token. 
Returns
- ResponseMessage
- The response message.