C# Class IServiceOriented.ServiceBus.Threading.WorkerThreads

Inheritance: IDisposable
Afficher le fichier Open project: jezell/iserviceoriented Class Usage Examples

Méthodes publiques

Méthode Description
AddWorker ( ) : int
AddWorker ( object state ) : int
AddWorkers ( int count ) : void
Dispose ( ) : void
Dispose ( bool disposing ) : void
RemoveAll ( ) : void
RemoveWorker ( int index ) : void
WorkerThreads ( System.TimeSpan timeout, object>.Action unitOfWork ) : System

Private Methods

Méthode Description
worker ( object param ) : void

Method Details

AddWorker() public méthode

public AddWorker ( ) : int
Résultat int

AddWorker() public méthode

public AddWorker ( object state ) : int
state object
Résultat int

AddWorkers() public méthode

public AddWorkers ( int count ) : void
count int
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

RemoveWorker() public méthode

public RemoveWorker ( int index ) : void
index int
Résultat void

WorkerThreads() public méthode

public WorkerThreads ( System.TimeSpan timeout, object>.Action unitOfWork ) : System
timeout System.TimeSpan
unitOfWork object>.Action
Résultat System