Click or drag to resize

DseClusterBuilderWithSocketOptions Method

Configures the socket options that are going to be used to create the connections to the hosts.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public DseClusterBuilder WithSocketOptions(
	SocketOptions value
)

Parameters

value
Type: DseSocketOptions

Return Value

Type: DseClusterBuilder
See Also