C# 클래스 Automato.Tasks.Helpers.ThreadsHelper

파일 보기 프로젝트 열기: Amine-Smahi/Automato.Tasks 1 사용 예제들

공개 메소드들

메소드 설명
MonitorWait ( object syncObject ) : void
PulseMonitor ( AsyncCompletedEventArgs eventArgs ) : void
Sleep ( int waitingTime ) : void

메소드 상세

MonitorWait() 공개 정적인 메소드

public static MonitorWait ( object syncObject ) : void
syncObject object
리턴 void

PulseMonitor() 공개 정적인 메소드

public static PulseMonitor ( AsyncCompletedEventArgs eventArgs ) : void
eventArgs AsyncCompletedEventArgs
리턴 void

Sleep() 공개 정적인 메소드

public static Sleep ( int waitingTime ) : void
waitingTime int
리턴 void