C# Класс MongoDB.Driver.IO.GetMoreMessage

Description of GetMoreMessage.
Наследование: RequestMessage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetMoreMessage ( string fullCollectionName, long cursorID ) : System
GetMoreMessage ( string fullCollectionName, long cursorID, int numberToReturn ) : System

Защищенные методы

Метод Описание
CalculateBodySize ( BsonWriter writer ) : int
WriteBody ( BsonWriter writer ) : void

Описание методов

CalculateBodySize() защищенный Метод

protected CalculateBodySize ( BsonWriter writer ) : int
writer MongoDB.Driver.Bson.BsonWriter
Результат int

GetMoreMessage() публичный Метод

public GetMoreMessage ( string fullCollectionName, long cursorID ) : System
fullCollectionName string
cursorID long
Результат System

GetMoreMessage() публичный Метод

public GetMoreMessage ( string fullCollectionName, long cursorID, int numberToReturn ) : System
fullCollectionName string
cursorID long
numberToReturn int
Результат System

WriteBody() защищенный Метод

protected WriteBody ( BsonWriter writer ) : void
writer MongoDB.Driver.Bson.BsonWriter
Результат void