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

异步手动重置事件
Show file Open project: i66soft/osharp

Public Methods

Method Description
Reset ( ) : void
Set ( ) : void
WaitAsync ( ) : Task

方法注释

Method Details

Reset() public method

public Reset ( ) : void
return void

Set() public method

public Set ( ) : void
return void

WaitAsync() public method

方法注释
public WaitAsync ( ) : Task
return Task