C# 클래스 FileExplorerGallery.Helpers.ThrottledActionInvoker

상속: IThrottledActionInvoker
파일 보기 프로젝트 열기: martinchrzan/FileExplorerGallery

공개 메소드들

메소드 설명
Dispose ( ) : void
ScheduleAction ( Action action, int miliseconds ) : void
ThrottledActionInvoker ( ) : System

비공개 메소드들

메소드 설명
Callback ( object state ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ScheduleAction() 공개 메소드

public ScheduleAction ( Action action, int miliseconds ) : void
action Action
miliseconds int
리턴 void

ThrottledActionInvoker() 공개 메소드

public ThrottledActionInvoker ( ) : System
리턴 System