C# Class CqlSharp.Protocol.QueryFrameBase

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

Protected Methods

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

Writes the query parameters.

Method Details

InitializeAsync() protected method

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

WriteQueryParameters() protected method

Writes the query parameters.
protected WriteQueryParameters ( Stream buffer ) : void
buffer Stream The buffer.
return void