exitcontext of waithandle.waitany. Options

A

archana

Hi all,

can anyone tell me exact meaning of exitcontext of
waithandle.waitany.
What exactly synchronization domain means?


i am having one windows application in which i creating some thread
and waiting for anyone to complete.


so what value should i set for exitcontext and why?


please help me asap.


thanks in advance.
 
U

UL-Tomten

What exactly synchronization domain means?

This page has some information:
i am having one windows application in which i creating some thread
and waiting for anyone to complete.
so what value should i set for exitcontext and why?

It sounds like you shouldn't set any value at all, but instead use a
WaitAny() overload that doesn't let you specify whether to Exit the
Context.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top