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

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax
C#
ISession Connect()

Return Value

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