Click or drag to resize
Akka.NETBlockingCollectionTestActorQueueTGetAll Method

Retrieves all items from the queue.

Note Note
This will remove all items from the queue.

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IEnumerable<T> GetAll()

Return Value

Type: IEnumerableT
An enumeration of all items removed from the queue.

Implements

ITestActorQueueTGetAll
See Also