Click or drag to resize

BuilderWithAddressTranslator Method

Configures the address translator to use for the new cluster.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Builder WithAddressTranslator(
	IAddressTranslator addressTranslator
)

Parameters

addressTranslator
Type: DseIAddressTranslator
the translator to use.

Return Value

Type: Builder
this Builder
Remarks
See IAddressTranslator for more detail on address translation, but the default translator, DefaultAddressTranslator, should be correct in most cases. If unsure, stick to the default.
See Also