Méthode | Description | |
---|---|---|
Close ( ) : void |
|
|
Connection ( |
|
|
Connection ( |
|
|
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 |
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
Méthode | Description | |
---|---|---|
CheckWasDisposed ( ) : void |
|
|
InitTransportAndClient ( ) : void |
|
public Connection ( |
||
server | ||
connectionType | ConnectionType | |
bufferSize | int | |
Résultat | System |
public Connection ( |
||
server | ||
builder | IConnectionBuilder | |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public SetCqlVersion ( string cqlVersion ) : void | ||
cqlVersion | string | |
Résultat | void |
public SetKeyspace ( string keyspace ) : void | ||
keyspace | string | |
Résultat | void |