C# Class CqlSharp.Protocol.ErrorFrame

an error frame as returned from the Cassandra cluster
Inheritance: Frame
Mostrar archivo Open project: reuzel/CqlSharp Class Usage Examples

Protected Methods

Method Description
InitializeAsync ( ) : System.Threading.Tasks.Task

Initialize frame contents from the stream

WriteData ( Stream buffer ) : void

Writes the data to buffer.

Method Details

InitializeAsync() protected method

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

WriteData() protected method

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