Click or drag to resize
DseClusterConnectAsync Method
Asynchronously creates a new session on this cluster.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public Task<IDseSession> ConnectAsync()

Return Value

Type: TaskIDseSession
See Also