Table of Contents

Constructor ResponseMessage

Namespace
MongoDB.Driver.Core.WireProtocol.Messages
Assembly
MongoDB.Driver.Core.dll

ResponseMessage(int, int)

Initializes a new instance of the ResponseMessage class.

protected ResponseMessage(int requestId, int responseTo)

Parameters

requestId int

The request identifier.

responseTo int

The identifier of the message this is a response to.