C# Class MongoDB.Driver.IO.UpdateMessage

Inheritance: RequestMessage
ファイルを表示 Open project: sdether/mongodb-csharp Class Usage Examples

Public Methods

Method Description
UpdateMessage ( ) : System

Protected Methods

Method Description
CalculateBodySize ( BsonWriter writer ) : int
WriteBody ( BsonWriter writer ) : void

Method Details

CalculateBodySize() protected method

protected CalculateBodySize ( BsonWriter writer ) : int
writer BsonWriter
return int

UpdateMessage() public method

public UpdateMessage ( ) : System
return System

WriteBody() protected method

protected WriteBody ( BsonWriter writer ) : void
writer BsonWriter
return void