Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
MongoDB
Driver
Internal
MongoUpdateMessage
C# Class MongoDB.Driver.Internal.MongoUpdateMessage
Inheritance:
MongoRequestMessage
Mostrar archivo
Open project: CloudMetal/mongo-csharp-driver
Class Usage Examples
Protected Methods
Method
Description
WriteBody
( ) :
void
Private Methods
Method
Description
MongoUpdateMessage
(
BsonBinaryWriterSettings
writerSettings
,
string
collectionFullName
,
bool
checkUpdateDocument
,
UpdateFlags
flags
,
IMongoQuery
query
,
IMongoUpdate
update
) :
System
Method Details
WriteBody()
protected
method
protected
WriteBody
( ) :
void
return
void