Click or drag to resize

DseClusterBuilder.WithPort Method

The port to use to connect to all Cassandra hosts. If not set through this method, the default port (9042) will be used instead.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public DseClusterBuilder WithPort(
	int port
)

Parameters

port
Type: System.Int32
the port to set.

Return Value

Type: DseClusterBuilder
this Builder
See Also