![]() |
WaitSetWait Method |
Name | Description | |
---|---|---|
![]() | Wait(ICollectionCondition) | This operation allows an application thread to wait for the occurrence of certain conditions. If none of the conditions attached to the WaitSet have a TriggerValue of , the wait operation will block suspending the calling thread. The wait operation will wait infinite time for the conditions. |
![]() | Wait(ICollectionCondition, Duration) |
This operation allows an application thread to wait for the occurrence of certain conditions. If none of the conditions attached
to the WaitSet have a TriggerValue of , the wait operation will block suspending the calling thread.
|