C# 클래스 CSMongo.Requests.ServerSideCodeRequestBase

Base class for sending non-query commands to the server
상속: CollectionRequestBase
파일 보기 프로젝트 열기: hugoware/CSMongo

공개 메소드들

메소드 설명
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