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 immediately fail with a ClientOfflineException as long as the client has not reconnected.  | 
      
| ReconnectSync | Reconnect while blocking invocations: invocations are retried while the client reconnects, until they succeed, or time out.  |