TouchSocket手册
C#
VB
F#
一款简单易用的基础网络通讯组件库。
Show/Hide TOC
Async
Auto
Reset
Event 构造函数
初始化
AsyncAutoResetEvent
类的新实例,默认不允许内联等待者。
Definition
命名空间:
TouchSocket.Core
程序集:
TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
C#
复制
public
AsyncAutoResetEvent
()
VB
复制
Public
Sub
New
F#
复制
new
:
unit
->
AsyncAutoResetEvent
备注
使用默认设置创建异步自动重置事件,等待者的完成操作将异步执行, 这样能更好地模拟
AutoResetEvent
的行为。
参见
引用
AsyncAutoResetEvent 类
AsyncAutoResetEvent 重载
TouchSocket.Core 命名空间
In This Article
Definition
备注
参见