DseClusterConnectAsync Method (String) |
Asynchronously creates a new session on this cluster and using a keyspace an existing keyspace.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.3.0
Syntax public Task<IDseSession> ConnectAsync(
string keyspace
)
Parameters
- keyspace
- Type: SystemString
Case-sensitive keyspace name to use
Return Value
Type:
TaskIDseSessionSee Also