Click or drag to resize

ManagedAutoResetEvent Class

Managed AutoResetEvent.
Inheritance Hierarchy
SystemObject
  FM.IceLinkManagedAutoResetEvent

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ManagedAutoResetEvent type exposes the following members.

Constructors
  NameDescription
Public methodManagedAutoResetEvent
Creates a new instance.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSet
Signal to release all threads.
Public methodToString (Inherited from Object.)
Public methodWaitOne
Blocks until signalled.
Public methodWaitOne(Int32)
Blocks until signalled or until timeout.
Top
See Also