C# Class XamlAnimatedGif.TimingManager

Datei anzeigen Open project: thomaslevesque/XamlAnimatedGif Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnCompleted ( ) : void

Private Methods

Method Description
IsPausedAsync ( CancellationToken cancellationToken ) : Task

Method Details

Add() public method

public Add ( System.TimeSpan timeSpan ) : void
timeSpan System.TimeSpan
return void

NextAsync() public method

public NextAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
return Task

OnCompleted() protected method

protected OnCompleted ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

TimingManager() public method

public TimingManager ( RepeatBehavior repeatBehavior ) : System
repeatBehavior RepeatBehavior
return System