C# Class AbstractToYield.Async

Show file Open project: dahlbyk/Presentations

Public Methods

Method Description
WaitAsynch ( int seconds = 1 ) : Task
WaitSynch ( int seconds = 1 ) : Task
WaitTimeSpan ( int seconds = 1 ) : Task

Private Methods

Method Description
Demo ( ) : void
Return ( [ memberName = "", [ filePath = "", [ lineNumber ) : string

Method Details

WaitAsynch() public method

public WaitAsynch ( int seconds = 1 ) : Task
seconds int
return Task

WaitSynch() public method

public WaitSynch ( int seconds = 1 ) : Task
seconds int
return Task

WaitTimeSpan() public method

public WaitTimeSpan ( int seconds = 1 ) : Task
seconds int
return Task