Welcome Guest Search | Active Topics | Sign In | Register

waitone, waitany and waitall Options
Louis
Posted: Wednesday, May 24, 2017 3:03:40 PM
Rank: Advanced Member
Groups: Member

Joined: 6/20/2016
Posts: 32
When calling webview loadurl, I'm just curious what is the difference between waitone, waitany and waitall?
eo_support
Posted: Wednesday, May 24, 2017 3:05:59 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

The difference is just as the name suggested: WaitOne waits for a single task. WaitAny and WaitAll wait for multiple taskes, the difference between these two is WaitAny returns when any of the multiple task completes, where as WaitAll only returns when all the tasks complete.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.