Wrapper for a threading wait handle. Supplied implementation wraps a manual reset event.
Namespace: AccidentalFish.ApplicationSupport.Core.ThreadingAssembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic interface IWaitHandle
Public Interface IWaitHandle
public interface class IWaitHandle
type IWaitHandle = interface end
The IWaitHandle type exposes the following members.
Properties
| Name | Description |
---|
 | IsSet |
Is the handle set
|
Top
Methods
| Name | Description |
---|
 | Reset |
Reset the wait handle
|
 | Wait |
Wait for the handle to be set.
|
Top
See Also