OpenDOF Project
DOF_CRL_DECLSPEC void ReconnectingStateListener_Destroy ( ReconnectingStateListener  self)

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
selfThe ReconnectingStateListener. If NULL, no action is taken.
core-c-dof-connection-reconnecting-listener Version 2.1.0 Build 0
2017-05-12