AsyncAutoResetEvent Class
An asynchronous implementation of an AutoResetEvent.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Threading.AsyncAutoResetEvent
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Class AsyncAutoResetEvent
public class AsyncAutoResetEvent
public ref class AsyncAutoResetEvent
type AsyncAutoResetEvent = class end
public class AsyncAutoResetEvent
The AsyncAutoResetEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AsyncAutoResetEvent() | Instantiates a new instance of AsyncAutoResetEvent in which continuations execute synchronously. | |
AsyncAutoResetEvent(Boolean) | Instantiates a new instance of AsyncAutoResetEvent that specifies whether or not awaiters should be completed synchronously or asynchronously. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
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.) | |
Set | Sets the signal if it has not already been set. If there is an awaiter, it is allowed to handle the signal. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WaitAsync | Returns an awaitable that may be used to acquire the next signal asynchronously. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.