C# Class Chinchilla.Specifications.WorkerPoolWorkerSpecification.with_worker_pool_thread

Inheritance: WithFakes
Show file Open project: jonnii/chinchilla

Protected Properties

Property Type Description
Subject WorkerPoolWorker
processor IDeliveryProcessor
thread IThread
threadFactory IThreadFactory

Property Details

Subject protected static property

protected static WorkerPoolWorker Subject
return WorkerPoolWorker

processor protected static property

protected static IDeliveryProcessor processor
return IDeliveryProcessor

thread protected static property

protected static IThread thread
return IThread

threadFactory protected static property

protected static IThreadFactory threadFactory
return IThreadFactory