ConnectionRetry Property
ConnectionRetry
Gets the connection ConnectionRetryOptions.
Declaration
public ConnectionRetryOptions ConnectionRetry { get; }
Property Value
ConnectionRetryOptions |
Remarks
Specifies the Hazelcast client connection parameters, including the timeout, i.e. the maximum amount of time that the Hazelcast client can spend trying to establish a connection to the cluster before failing. See SocketOptions for specifying the individual socket parameters, including the individual socket connection timeout.