C# Class Playground.App.StopwatchContext

Inheritance: INotifyPropertyChanged
Show file Open project: rozele/Microsoft.Async.Transformations

Public Methods

Method Description
ResetAsync ( CancellationToken token ) : Task
RestartAsync ( CancellationToken token ) : Task
RunAsync ( CancellationToken token ) : Task
StopwatchContext ( ) : Microsoft.Async.Transformations.Windows

Private Methods

Method Description
OnPropertyChanged ( string propertyName ) : void
Reset ( ) : void
Tick ( ) : void

Method Details

ResetAsync() public method

public ResetAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
return Task

RestartAsync() public method

public RestartAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
return Task

RunAsync() public method

public RunAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
return Task

StopwatchContext() public method

public StopwatchContext ( ) : Microsoft.Async.Transformations.Windows
return Microsoft.Async.Transformations.Windows