C# Class Synchronizer.WorkerThread, anhtoolsservice

Exibir arquivo Open project: swganhtools/anhtoolsservice

Public Properties

Property Type Description
m_ThreadObj Thread

Private Properties

Property Type Description
CreateThread Thread
GetNext WorkItem
QueueWorkItem void
WorkerThread System

Public Methods

Method Description
Kill ( ) : void
Run ( ) : void
Start ( ) : void

Private Methods

Method Description
CreateThread ( bool autoStart ) : Thread
GetNext ( ) : WorkItem
QueueWorkItem ( WorkItem workItem ) : void
WorkerThread ( Synchronizer, synchronizer ) : System

Method Details

Kill() public method

public Kill ( ) : void
return void

Run() public method

public Run ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

m_ThreadObj public_oe property

public Thread m_ThreadObj
return Thread