ReconnectMode Enum
Namespace: Hazelcast.Networking
Assembly: Hazelcast.Net.dll
Defines options for reconnecting a disconnected client.
public enum ReconnectMode
Fields
| DoNotReconnect | Do not reconnect. |
| ReconnectAsync | Reconnect without blocking invocations. Invocations will fail. |
| ReconnectSync | Reconnect while blocking invocations. |