C# 클래스 GSF.Threading.ThreadContainerDedicated

상속: ThreadContainerBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
ThreadContainerDedicated ( Action callback, System.Action disposeAndWaitCallback, bool isBackground, ThreadPriority priority, bool disposeOnShutdown ) : System

보호된 메소드들

메소드 설명
InternalCancelTimer ( ) : void
InternalDispose_FromWorkerThread ( ) : void
InternalDoNothing_FromWorkerThread ( ) : void
InternalStart ( ) : void
InternalStart ( int delay ) : void
InternalStart_FromWorkerThread ( ) : void
InternalStart_FromWorkerThread ( int delay ) : void

비공개 메소드들

메소드 설명
Quit ( ) : void
ThreadLoop ( ) : void

메소드 상세

InternalCancelTimer() 보호된 메소드

protected InternalCancelTimer ( ) : void
리턴 void

InternalDispose_FromWorkerThread() 보호된 메소드

protected InternalDispose_FromWorkerThread ( ) : void
리턴 void

InternalDoNothing_FromWorkerThread() 보호된 메소드

protected InternalDoNothing_FromWorkerThread ( ) : void
리턴 void

InternalStart() 보호된 메소드

protected InternalStart ( ) : void
리턴 void

InternalStart() 보호된 메소드

protected InternalStart ( int delay ) : void
delay int
리턴 void

InternalStart_FromWorkerThread() 보호된 메소드

protected InternalStart_FromWorkerThread ( ) : void
리턴 void

InternalStart_FromWorkerThread() 보호된 메소드

protected InternalStart_FromWorkerThread ( int delay ) : void
delay int
리턴 void

ThreadContainerDedicated() 공개 메소드

public ThreadContainerDedicated ( Action callback, System.Action disposeAndWaitCallback, bool isBackground, ThreadPriority priority, bool disposeOnShutdown ) : System
callback Action
disposeAndWaitCallback System.Action
isBackground bool
priority ThreadPriority
disposeOnShutdown bool
리턴 System