C# 클래스 SevenDigital.Messaging.Infrastructure.ThreadWatcher

Thread watcher
파일 보기 프로젝트 열기: i-e-b/SevenDigital.Messaging 1 사용 예제들

공개 메소드들

메소드 설명
ThreadWatcher ( Thread threadToWatch, System.Action onEnd ) : System

Watch a thread, and perform an action when it ends

비공개 메소드들

메소드 설명
IsValidAndRunning ( Thread threadToWatch ) : bool
ThreadLoop ( ) : void

메소드 상세

ThreadWatcher() 공개 메소드

Watch a thread, and perform an action when it ends
public ThreadWatcher ( Thread threadToWatch, System.Action onEnd ) : System
threadToWatch Thread Thread to watch
onEnd System.Action Action to perform when thread exits
리턴 System