C# 클래스 FluentCassandra.Connections.Connection

Borrowed much of the layout from NoRM, I just couldn't resist it was very elegant in its design.
상속: IConnection, IDisposable
파일 보기 프로젝트 열기: nativex/fluentcassandra 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void

Connection ( Server server, ConnectionType connectionType, int bufferSize ) : System

Connection ( Server server, IConnectionBuilder builder ) : System

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Open ( ) : void

SetCqlVersion ( string cqlVersion ) : void

SetKeyspace ( string keyspace ) : void

ToString ( ) : string

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

비공개 메소드들

메소드 설명
CheckWasDisposed ( ) : void

InitTransportAndClient ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connection() 공개 메소드

public Connection ( Server server, ConnectionType connectionType, int bufferSize ) : System
server Server
connectionType ConnectionType
bufferSize int
리턴 System

Connection() 공개 메소드

public Connection ( Server server, IConnectionBuilder builder ) : System
server Server
builder IConnectionBuilder
리턴 System

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

SetCqlVersion() 공개 메소드

public SetCqlVersion ( string cqlVersion ) : void
cqlVersion string
리턴 void

SetKeyspace() 공개 메소드

public SetKeyspace ( string keyspace ) : void
keyspace string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string