Click or drag to resize

IDseClusterConnectAsync Method (String)

Creates a new DSE session on this cluster and using a keyspace an existing keyspace.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
Task<IDseSession> ConnectAsync(
	string keyspace
)

Parameters

keyspace
Type: SystemString
Case-sensitive keyspace name to use

Return Value

Type: TaskIDseSession
See Also