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.
public: void ResetConnectionStateCallback(
const CONNECTION_EVENT etype
);public void ResetConnectionStateCallback(
const CONNECTION_EVENT etype
);Public Function ResetConnectionStateCallback(
etype As const CONNECTION_EVENT
) As void|
Parameters |
Description |
|
etype |
Callback events type. |