一款简单易用的基础网络通讯组件库。

AsyncAutoResetEvent 构造函数

初始化AsyncAutoResetEvent类的新实例,默认不允许内联等待者。

Definition

命名空间: TouchSocket.Core
程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
C#
public AsyncAutoResetEvent()

备注

使用默认设置创建异步自动重置事件,等待者的完成操作将异步执行, 这样能更好地模拟AutoResetEvent的行为。

参见