ResponseMessage Constructor |
Namespace:
MongoDB.Driver.Core.WireProtocol.Messages
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxprotected ResponseMessage(
int requestId,
int responseTo
)
Protected Sub New (
requestId As Integer,
responseTo As Integer
)
new :
requestId : int *
responseTo : int -> ResponseMessage
Parameters
- requestId
- Type: SystemInt32
The request identifier. - responseTo
- Type: SystemInt32
The identifier of the message this is a response to.
See Also