|
Destroys the ReconnectingStateListener.
- Note
- The ReconnectingStateListener must be removed from each connection it was added to. You must wait for the ConnectionRemoved callback to be called for each connection before calling ReconnectingStateListener_Destroy to destroy the ReconnectingStateListener.
-
Calling ReconnectingStateListener_Destroy will cause the destroyed callback for the ReconnectingStateListener to be called if one was specified. The ReconnectingStateListener must not be added to new connections after calling ReconnectingStateListener_Destroy.
- Parameters
-
self | The ReconnectingStateListener. If NULL, no action is taken. |
|