C# 클래스 Onebeld.Plugins.Internal.Debouncer

상속: IDisposable
파일 보기 프로젝트 열기: Onebeld/Regul

공개 메소드들

메소드 설명
Debouncer ( TimeSpan waitTime ) : System
Dispose ( ) : void
Execute ( Action action ) : void

메소드 상세

Debouncer() 공개 메소드

public Debouncer ( TimeSpan waitTime ) : System
waitTime TimeSpan
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

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