The following tables list the members exposed by IWaitAndContinue.
Name | Description | |
---|---|---|
Completed | Returns true when the task is complete, this value may change between calls; however, the HandleCount can not change except inside a call to ContinueProcessing. | |
HandleCount | Returns the number of handles that will be copied when CopyHandles is called, this value is invariant except inside a call to ContinueProcessing. Must not return 0 unless Completed is also true. |
Name | Description | |
---|---|---|
ContinueProcessing | Called after one of the wait handles is signaled, providing the wait handle that was signaled. For a Mutex, this may also occur when AbandonedMutexException is raised. | |
CopyHandles | Copies the wait handles that will signal that this object is ready to continue processing |