C# Класс CqlSharp.Protocol.BatchFrame

Frame holding a batch of statements
Наследование: Frame
Показать файл Открыть проект

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

Метод Описание
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