virtual bool CAsyHandler<T>::AfterInit();

Return Value

        true if successful; otherwise false.

Remark

       Calls this function to further process a CAsyHandler<T> object after an OLEDB object is wired and asynchronously initialized. Only after this function is successfully called, the other methods of a CAsyHandler<T> object can be called. For how to use it, see the example AsyNotify.

CAsyHandler<T> Class Overview & Class Members