Click or drag to resize
IWaitHandle Interface
Wrapper for a threading wait handle. Supplied implementation wraps a manual reset event.

Namespace: AccidentalFish.ApplicationSupport.Core.Threading
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface IWaitHandle

The IWaitHandle type exposes the following members.

Properties
  NameDescription
Public propertyIsSet
Is the handle set
Top
Methods
  NameDescription
Public methodReset
Reset the wait handle
Public methodWait
Wait for the handle to be set.
Top
See Also