CSharpTest.Net
IWaitAndContinue Interface Members
See Also  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Threading Namespace : IWaitAndContinue Interface


Glossary Item Box

The following tables list the members exposed by IWaitAndContinue.

Public Properties

 NameDescription
 PropertyCompletedReturns true when the task is complete, this value may change between calls; however, the HandleCount can not change except inside a call to ContinueProcessing.  
 PropertyHandleCountReturns 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.  
Top

Public Methods

 NameDescription
 MethodContinueProcessingCalled 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.  
 MethodCopyHandlesCopies the wait handles that will signal that this object is ready to continue processing  
Top

See Also

Generated with Document! X 2011 by Innovasys