Click or drag to resize
IClusterConnect Method
Creates a new session on this cluster.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
ISession Connect()

Return Value

Type: ISession
a new session on this cluster set to no keyspace.
See Also