C# Class IServiceOriented.ServiceBus.Threading.WorkerThreads

Inheritance: IDisposable
Show file Open project: jezell/iserviceoriented Class Usage Examples

Public Methods

Method 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

Method Description
worker ( object param ) : void

Method Details

AddWorker() public method

public AddWorker ( ) : int
return int

AddWorker() public method

public AddWorker ( object state ) : int
state object
return int

AddWorkers() public method

public AddWorkers ( int count ) : void
count int
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

RemoveAll() public method

public RemoveAll ( ) : void
return void

RemoveWorker() public method

public RemoveWorker ( int index ) : void
index int
return void

WorkerThreads() public method

public WorkerThreads ( System.TimeSpan timeout, object>.Action unitOfWork ) : System
timeout System.TimeSpan
unitOfWork object>.Action
return System