C# Class XamlAnimatedGif.TimingManager

Afficher le fichier Open project: thomaslevesque/XamlAnimatedGif Class Usage Examples

Méthodes publiques

Méthode Description
Add ( System.TimeSpan timeSpan ) : void
NextAsync ( CancellationToken cancellationToken ) : Task
Pause ( ) : void
Reset ( ) : void
Resume ( ) : void
TimingManager ( RepeatBehavior repeatBehavior ) : System

Méthodes protégées

Méthode Description
OnCompleted ( ) : void

Private Methods

Méthode Description
IsPausedAsync ( CancellationToken cancellationToken ) : Task

Method Details

Add() public méthode

public Add ( System.TimeSpan timeSpan ) : void
timeSpan System.TimeSpan
Résultat void

NextAsync() public méthode

public NextAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task

OnCompleted() protected méthode

protected OnCompleted ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

TimingManager() public méthode

public TimingManager ( RepeatBehavior repeatBehavior ) : System
repeatBehavior RepeatBehavior
Résultat System