C# 클래스 CqlSharp.Protocol.BatchFrame

Frame holding a batch of statements
상속: Frame
파일 보기 프로젝트 열기: reuzel/CqlSharp

공개 메소드들

메소드 설명
BatchFrame ( CqlBatchType batchType, CqlConsistency consistency ) : System

Initializes a new instance of the BatchFrame class.

보호된 메소드들

메소드 설명
InitializeAsync ( ) : System.Threading.Tasks.Task

Initialize frame contents from the stream

WriteData ( Stream buffer ) : void

Writes the data to buffer.

메소드 상세

BatchFrame() 공개 메소드

Initializes a new instance of the BatchFrame class.
public BatchFrame ( CqlBatchType batchType, CqlConsistency consistency ) : System
batchType CqlBatchType
consistency CqlConsistency
리턴 System

InitializeAsync() 보호된 메소드

Initialize frame contents from the stream
protected InitializeAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

WriteData() 보호된 메소드

Writes the data to buffer.
protected WriteData ( Stream buffer ) : void
buffer Stream The buffer.
리턴 void