Method | Description | |
---|---|---|
BatchFrame ( CqlBatchType batchType, CqlConsistency consistency ) : System |
Initializes a new instance of the BatchFrame class.
|
Method | Description | |
---|---|---|
InitializeAsync ( ) : System.Threading.Tasks.Task |
Initialize frame contents from the stream
|
|
WriteData ( Stream buffer ) : void |
Writes the data to buffer.
|
public BatchFrame ( CqlBatchType batchType, CqlConsistency consistency ) : System | ||
batchType | CqlBatchType | |
consistency | CqlConsistency | |
return | System |
protected InitializeAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected WriteData ( Stream buffer ) : void | ||
buffer | Stream | The buffer. |
return | void |