Options Property
Options
Gets the options that were used to configure this client.
Declaration
HazelcastOptions Options { get; }
Property Value
HazelcastOptions |
Remarks
This returns a clone of the options, and modifying this clone has no effect on the actual options used by the client, nor on the behavior of the client.