C# Class MongoDB.Driver.IO.KillCursorsMessage

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

Public Methods

Method Description
KillCursorsMessage ( ) : System
KillCursorsMessage ( long cursorID ) : System

Protected Methods

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

Method Details

CalculateBodySize() protected method

protected CalculateBodySize ( BsonWriter writer ) : int
writer MongoDB.Driver.Bson.BsonWriter
return int

KillCursorsMessage() public method

public KillCursorsMessage ( ) : System
return System

KillCursorsMessage() public method

public KillCursorsMessage ( long cursorID ) : System
cursorID long
return System

WriteBody() protected method

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