Called to notify the user that the ReconnectingStateListener has been removed from a connection.
This callback must not be NULL.
- Parameters
-
self | The callback structure given to ReconnectingStateListener_Create. This will never be NULL. |
listener | The ReconnectingStateListener that the callback structure was associated with. This will never be NULL. |
connection | The connection that the listener was removed from. This will never be NULL. |
except | An exception if the listener was called because of an error. This will be NULL if the ReconnectingStateListener is removed normally from the connection by the application. |