C# 클래스 SoundBoard.Wpf.Utility.DelayedExecution

파일 보기 프로젝트 열기: jormenjanssen/Soundboard

공개 메소드들

메소드 설명
DelayedExecution ( ) : System
DelayedExecution ( System.TimeSpan timeOut ) : System
DelayedExecution ( System.TimeSpan timeOut, bool isSynchronized ) : System
DelayedExecution ( bool isSynchronized ) : System
Execute ( System.Action action ) : void
Reset ( ) : void

비공개 메소드들

메소드 설명
OnDelayedExecutionTimerElapsed ( ) : void
SetTimer ( ) : void
SetTimer ( System.DateTime utcNow ) : void
StopTimer ( ) : void

메소드 상세

DelayedExecution() 공개 메소드

public DelayedExecution ( ) : System
리턴 System

DelayedExecution() 공개 메소드

public DelayedExecution ( System.TimeSpan timeOut ) : System
timeOut System.TimeSpan
리턴 System

DelayedExecution() 공개 메소드

public DelayedExecution ( System.TimeSpan timeOut, bool isSynchronized ) : System
timeOut System.TimeSpan
isSynchronized bool
리턴 System

DelayedExecution() 공개 메소드

public DelayedExecution ( bool isSynchronized ) : System
isSynchronized bool
리턴 System

Execute() 공개 메소드

public Execute ( System.Action action ) : void
action System.Action
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void