C# Класс CSMongo.Responses.CommandResponse

Handles working with a response from a command
Наследование: QueryResponse
Показать файл Открыть проект

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

Метод Описание
CommandResponse ( Stream stream ) : System

Creates a response to a command request

IsResponseOk ( ) : bool

Verifies that a query response has an okay response within it

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

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

Creates a response to a command request
public CommandResponse ( Stream stream ) : System
stream Stream
Результат System

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

Verifies that a query response has an okay response within it
public IsResponseOk ( ) : bool
Результат bool