C# Class AppVeyor.Common.AsyncManualResetEvent

Show file Open project: onlyutkarsh/AppVeyorExtension

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