hi,
i implemented a application in which i used a http connection , everything is working fine,i want to know when the framework call the function MHFRunL(),i wqant to call it at a perticular time.
Thanks
Vickey
hi,
i implemented a application in which i used a http connection , everything is working fine,i want to know when the framework call the function MHFRunL(),i wqant to call it at a perticular time.
Thanks
Vickey
MHFRunL is a callback method. It is called when something is ready. Thus you have no real control over its invocation.
hi, thanks for replay,
what u mean by ready, and which things are ready when MHFRunL() called can u give me some example.
thanks
Vickey
hi, thanks for replay,
what u mean by ready, and which things are ready when MHFRunL() called can u give me some example.
thanks
Vickey
Have you actually seen this method in the documentation, or you just like its name? The SDK Help clearly states what kind of events could occur. Search for MHFRunL and do not forget checking the hit called "A simple HTTP client session".