C# Class OSharp.Core.Threading.Tasks.AsyncAutoResetEvent

异步自动重置事件
显示文件 Open project: i66soft/osharp

Public Methods

Method Description
Set ( ) : void
WaitAsync ( ) : System.Threading.Tasks.Task

Method Details

Set() public method

public Set ( ) : void
return void

WaitAsync() public method

public WaitAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task