Click or drag to resize
Akka.NETBlockingCollectionTestActorQueueT Constructor

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public BlockingCollectionTestActorQueue(
	BlockingQueue<T> queue
)

Parameters

queue
Type: Akka.TestKit.InternalBlockingQueueT
The queue to use as the backing store.
See Also