public ReplyData(
int hdrReqID,
int hdrRespTo,
Protocol..::..ResponseFlags flags,
long cursorID,
int startingFrom,
BSONDocument[] docs
)
public ReplyData(
int hdrReqID,
int hdrRespTo,
Protocol..::..ResponseFlags flags,
long cursorID,
int startingFrom,
BSONDocument[] docs
)
Public Sub New (
hdrReqID As Integer,
hdrRespTo As Integer,
flags As Protocol..::..ResponseFlags,
cursorID As Long,
startingFrom As Integer,
docs As BSONDocument()
)
Public Sub New (
hdrReqID As Integer,
hdrRespTo As Integer,
flags As Protocol..::..ResponseFlags,
cursorID As Long,
startingFrom As Integer,
docs As BSONDocument()
)
public:
ReplyData(
int hdrReqID,
int hdrRespTo,
Protocol..::..ResponseFlags flags,
long long cursorID,
int startingFrom,
array<BSONDocument^>^ docs
)
public:
ReplyData(
int hdrReqID,
int hdrRespTo,
Protocol..::..ResponseFlags flags,
long long cursorID,
int startingFrom,
array<BSONDocument^>^ docs
)
new :
hdrReqID : int *
hdrRespTo : int *
flags : Protocol..::..ResponseFlags *
cursorID : int64 *
startingFrom : int *
docs : BSONDocument[] -> ReplyData
new :
hdrReqID : int *
hdrRespTo : int *
flags : Protocol..::..ResponseFlags *
cursorID : int64 *
startingFrom : int *
docs : BSONDocument[] -> ReplyData