C# Class CqlSharp.Protocol.BatchFrame

Frame holding a batch of statements
Inheritance: Frame
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
BatchFrame ( CqlBatchType batchType, CqlConsistency consistency ) : System

Initializes a new instance of the BatchFrame class.

Méthodes protégées

Méthode Description
InitializeAsync ( ) : System.Threading.Tasks.Task

Initialize frame contents from the stream

WriteData ( Stream buffer ) : void

Writes the data to buffer.

Method Details

BatchFrame() public méthode

Initializes a new instance of the BatchFrame class.
public BatchFrame ( CqlBatchType batchType, CqlConsistency consistency ) : System
batchType CqlBatchType
consistency CqlConsistency
Résultat System

InitializeAsync() protected méthode

Initialize frame contents from the stream
protected InitializeAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

WriteData() protected méthode

Writes the data to buffer.
protected WriteData ( Stream buffer ) : void
buffer Stream The buffer.
Résultat void