ResponseMessage Constructor (original) (raw)
Namespace: MongoDB.Driver.Core.WireProtocol.Messages
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
protected 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