| ManagedAutoResetEvent Methods | 
The ManagedAutoResetEvent type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | Set | 
            Signal to release all threads.
             | 
|  | ToString | (Inherited from Object.) | 
|  | WaitOne | 
            Blocks until signalled.
             | 
|  | WaitOne(Int32) | 
            Blocks until signalled or until timeout.
             | 
 See Also
See Also