BuilderWithAddressTranslator Method |
Configures the address translator to use for the new cluster.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax public Builder WithAddressTranslator(
IAddressTranslator addressTranslator
)
Parameters
- addressTranslator
- Type: DseIAddressTranslator
the translator to use.
Return Value
Type:
Builderthis 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