See Also
You are here: Interfacing > C++ Client Interface > scdriver Namespace > Classes > CConnection Class > CConnection Methods > ResetConnectionStateCallback Method
ContentsIndexHome
PreviousUpNext
CConnection::ResetConnectionStateCallback Method

If you set callback routines, you need to reset them as well. Reset it in the inside callback routines or when you done with the query.

C++
public: void ResetConnectionStateCallback(
    const CONNECTION_EVENT etype
);
C#
public void ResetConnectionStateCallback(
    const CONNECTION_EVENT etype
);
Visual Basic
Public Function ResetConnectionStateCallback(
    etype As const CONNECTION_EVENT
) As void
Parameters
Parameters 
Description 
etype 
Callback events type.