> What exactly synchronization domain means?
This page has some information:
<http://msdn2.microsoft.com/en-us/library/4h1414yz.aspx>
> 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.