C# Class PerseusApi.Generic.ProcessInfo

Show file Open project: JurgenCox/perseus-plugins Class Usage Examples

Public Properties

Property Type Description
threadDistributors List

Public Methods

Method Description
Abort ( ) : void
ClearRegisteredThreads ( ) : void
ProcessInfo ( Settings settings, Action status, Action progress, int numThreads, Action reduceThreads ) : System
RegisterThread ( Thread t ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

ClearRegisteredThreads() public method

public ClearRegisteredThreads ( ) : void
return void

ProcessInfo() public method

public ProcessInfo ( Settings settings, Action status, Action progress, int numThreads, Action reduceThreads ) : System
settings Settings
status Action
progress Action
numThreads int
reduceThreads Action
return System

RegisterThread() public method

public RegisterThread ( Thread t ) : void
t Thread
return void

Property Details

threadDistributors public property

public List threadDistributors
return List