C# Class NSoft.NFramework.Threading.CountUpThread

Inheritance: AbstractWorkerThread
显示文件 Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
CountUpThread ( int maxStackSize ) : System
CountUpThread ( string name ) : System
CountUpThread ( string name, int maxStackSize ) : System

Protected Methods

Method Description
DoShutDown ( ) : void
DoWork ( ) : void

Method Details

CountUpThread() public method

public CountUpThread ( int maxStackSize ) : System
maxStackSize int
return System

CountUpThread() public method

public CountUpThread ( string name ) : System
name string
return System

CountUpThread() public method

public CountUpThread ( string name, int maxStackSize ) : System
name string
maxStackSize int
return System

DoShutDown() protected method

protected DoShutDown ( ) : void
return void

DoWork() protected method

protected DoWork ( ) : void
return void