Tagged Questions
0
votes
0answers
57 views
wait for asyncToken call result
I have more than one asyncToken returned calls working synchronisely. I want to know how can I wait for if all calls finished. I want to do something after got all asyncToken results.
0
votes
2answers
150 views
using AsyncToken and AsyncResponder
I wanna get two level results of an hierarchical structure. First results of AsyncToken is Ok,then I set a for loop and calling next level results by the same way in each loop step. Here is the ...