C# Class GSF.Threading.ThreadContainerDedicated

Inheritance: ThreadContainerBase
显示文件 Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
ThreadContainerDedicated ( Action callback, System.Action disposeAndWaitCallback, bool isBackground, ThreadPriority priority, bool disposeOnShutdown ) : System

Protected Methods

Method Description
InternalCancelTimer ( ) : void
InternalDispose_FromWorkerThread ( ) : void
InternalDoNothing_FromWorkerThread ( ) : void
InternalStart ( ) : void
InternalStart ( int delay ) : void
InternalStart_FromWorkerThread ( ) : void
InternalStart_FromWorkerThread ( int delay ) : void

Private Methods

Method Description
Quit ( ) : void
ThreadLoop ( ) : void

Method Details

InternalCancelTimer() protected method

protected InternalCancelTimer ( ) : void
return void

InternalDispose_FromWorkerThread() protected method

protected InternalDispose_FromWorkerThread ( ) : void
return void

InternalDoNothing_FromWorkerThread() protected method

protected InternalDoNothing_FromWorkerThread ( ) : void
return void

InternalStart() protected method

protected InternalStart ( ) : void
return void

InternalStart() protected method

protected InternalStart ( int delay ) : void
delay int
return void

InternalStart_FromWorkerThread() protected method

protected InternalStart_FromWorkerThread ( ) : void
return void

InternalStart_FromWorkerThread() protected method

protected InternalStart_FromWorkerThread ( int delay ) : void
delay int
return void

ThreadContainerDedicated() public method

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
return System