C# Class CqlSharp.Protocol.PrepareFrame

Inheritance: Frame
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
PrepareFrame ( string cql ) : System

Méthodes protégées

Méthode Description
InitializeAsync ( ) : System.Threading.Tasks.Task
WriteData ( Stream buffer ) : void

Method Details

InitializeAsync() protected méthode

protected InitializeAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

PrepareFrame() public méthode

public PrepareFrame ( string cql ) : System
cql string
Résultat System

WriteData() protected méthode

protected WriteData ( Stream buffer ) : void
buffer Stream
Résultat void