AsyncAutoResetEvent Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
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