C# Class PerseusApi.Generic.ProcessInfo

Afficher le fichier Open project: JurgenCox/perseus-plugins Class Usage Examples

Méthodes publiques

Свойство Type Description
threadDistributors List

Méthodes publiques

Méthode 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 méthode

public Abort ( ) : void
Résultat void

ClearRegisteredThreads() public méthode

public ClearRegisteredThreads ( ) : void
Résultat void

ProcessInfo() public méthode

public ProcessInfo ( Settings settings, Action status, Action progress, int numThreads, Action reduceThreads ) : System
settings Settings
status Action
progress Action
numThreads int
reduceThreads Action
Résultat System

RegisterThread() public méthode

public RegisterThread ( Thread t ) : void
t Thread
Résultat void

Property Details

threadDistributors public_oe property

public List threadDistributors
Résultat List