C# Class Playground.App.StopwatchContext

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: rozele/Microsoft.Async.Transformations

Méthodes publiques

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

Private Methods

Méthode Description
OnPropertyChanged ( string propertyName ) : void
Reset ( ) : void
Tick ( ) : void

Method Details

ResetAsync() public méthode

public ResetAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
Résultat Task

RestartAsync() public méthode

public RestartAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
Résultat Task

RunAsync() public méthode

public RunAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
Résultat Task

StopwatchContext() public méthode

public StopwatchContext ( ) : Microsoft.Async.Transformations.Windows
Résultat Microsoft.Async.Transformations.Windows