C# Класс CSMongo.Requests.ServerSideCodeRequestBase

Base class for sending non-query commands to the server
Наследование: CollectionRequestBase
Показать файл Открыть проект

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

Метод Описание
ServerSideCodeRequestBase ( string database, string target ) : System

Creates a new CommandRequest for the target database

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

Метод Описание
GenerateBody ( DynamicStream stream ) : void

Generates the command to send to the server

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

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

Generates the command to send to the server
protected GenerateBody ( DynamicStream stream ) : void
stream CSMongo.IO.DynamicStream
Результат void

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

Creates a new CommandRequest for the target database
public ServerSideCodeRequestBase ( string database, string target ) : System
database string
target string
Результат System