Click here to Skip to main content
15,885,890 members
Articles / General Programming / Threads

Handler for WaitAll() and WaitAny() limitation problem

11 Jul 2013CPOL1 min read 24.3K   88   7  
WaitHandles must be less than or equal to 64? This exception throws when developer wants to do WaitAll() or WaitAny() for field "resetEvents"(which is WaitHandled[] resetEvents) where capacity greater than 64. I build new ThreadWaitHandle.cs which include static methods WaitAll() and WaitAny() for
This is an old version of the currently published article.

Only logged in members can view this content

Please go to the Threads Table of Contents to view the list of available articles in this section.