C# 클래스 LogViewer.Utilities.DelayedActions

This class provides a delayed action that has a name. If the same named action is started multiple times before the delay if fires the action only once.
파일 보기 프로젝트 열기: Dronacharya-Org/Dronacharya

공개 메소드들

메소드 설명
CancelDelayedAction ( string name ) : void
Close ( ) : void
StartDelayedAction ( string name, System.Action action, System.TimeSpan delay ) : void

메소드 상세

CancelDelayedAction() 공개 메소드

public CancelDelayedAction ( string name ) : void
name string
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

StartDelayedAction() 공개 메소드

public StartDelayedAction ( string name, System.Action action, System.TimeSpan delay ) : void
name string
action System.Action
delay System.TimeSpan
리턴 void