C# Class Sharpen.ThreadGroup

Show file Open project: oganix/NBoilerpipe Class Usage Examples

Public Methods

Method Description
Enumerate ( Thread array ) : int
ThreadGroup ( ) : System
ThreadGroup ( string name ) : System

Private Methods

Method Description
Add ( Thread t ) : void
Remove ( Thread t ) : void

Method Details

Enumerate() public method

public Enumerate ( Thread array ) : int
array Thread
return int

ThreadGroup() public method

public ThreadGroup ( ) : System
return System

ThreadGroup() public method

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