Reconnection
When the session is in the active state, and there are some network issues, the Handler will try to restore the connection per ReconnectAttempts and ReconnectInterval settings.
When a network error is detected, the session changes its state to Reconnecting and tries to re-establish the connection ReconnectAttempts times with the ReconnectInterval delays between attempts.
- If the connection is restored, the session changes its state to Established.
- If the connection cannot be restored automatically, the session changes its state to Disconnected. After that, the connection attempt could be repeated "manually" using the Connect(String, Int32) method.
Note
Reconnection works for established iLink 3 connections only.