C# 클래스 XamlAnimatedGif.TimingManager

파일 보기 프로젝트 열기: thomaslevesque/XamlAnimatedGif 1 사용 예제들

공개 메소드들

메소드 설명
Add ( System.TimeSpan timeSpan ) : void
NextAsync ( CancellationToken cancellationToken ) : Task
Pause ( ) : void
Reset ( ) : void
Resume ( ) : void
TimingManager ( RepeatBehavior repeatBehavior ) : System

보호된 메소드들

메소드 설명
OnCompleted ( ) : void

비공개 메소드들

메소드 설명
IsPausedAsync ( CancellationToken cancellationToken ) : Task

메소드 상세

Add() 공개 메소드

public Add ( System.TimeSpan timeSpan ) : void
timeSpan System.TimeSpan
리턴 void

NextAsync() 공개 메소드

public NextAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task

OnCompleted() 보호된 메소드

protected OnCompleted ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

TimingManager() 공개 메소드

public TimingManager ( RepeatBehavior repeatBehavior ) : System
repeatBehavior RepeatBehavior
리턴 System