![]() | AsyncManualResetEvent Class |
Namespace: Neon.Tasks
The AsyncManualResetEvent type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsyncManualResetEvent |
Constructor.
|
Name | Description | |
---|---|---|
![]() | Close |
Releases any important resources associated with the instance.
|
![]() | Dispose |
Releases any important resources associated with the instance.
|
![]() | Dispose(Boolean) |
Releases any important resources associated with the instance.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Finalizer.
(Overrides ObjectFinalize.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Reset |
Sets the state of the event to non-signalled, causing tasks to block.
|
![]() | Set |
Sets the state of the event to signalled allowing one or more waiting tasks
to proceed.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WaitAsync |
Wait asynchronously for the event to be signalled.
|