Click or drag to resize
Akka.NETBlockingCollectionTestActorQueue<T>.GetAll 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.129 (1.2.3.129)
Syntax
public IEnumerable<T> GetAll()

Return Value

Type: IEnumerable<T>
An enumeration of all items removed from the queue.

Implements

ITestActorQueue<T>.GetAll()
See Also