IClusterConnectAsync Method (String) | 
 
            Creates a new session on this cluster and using a keyspace an existing keyspace.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
SyntaxTask<ISession> ConnectAsync(
	string keyspace
)
Parameters
- keyspace
 - Type: SystemString
Case-sensitive keyspace name to use 
Return Value
Type: 
TaskISession
See Also