C# Class CqlSharp.Protocol.PrepareFrame

Inheritance: Frame
显示文件 Open project: reuzel/CqlSharp

Public Methods

Method Description
PrepareFrame ( string cql ) : System

Protected Methods

Method Description
InitializeAsync ( ) : System.Threading.Tasks.Task
WriteData ( Stream buffer ) : void

Method Details

InitializeAsync() protected method

protected InitializeAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

PrepareFrame() public method

public PrepareFrame ( string cql ) : System
cql string
return System

WriteData() protected method

protected WriteData ( Stream buffer ) : void
buffer Stream
return void