C# Class NSoft.NFramework.Parallelism.DataStructures.AsyncManualResetEvent

비동기 ManualResetEvent
Datei anzeigen Open project: debop/NFramework

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