| BlockingCollectionTestActorQueueTGetAll Method |
Retrieves all items from the queue.
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()
abstract GetAll : unit -> IEnumerable<'T>
override GetAll : unit -> IEnumerable<'T>
Return Value
Type:
IEnumerableTAn enumeration of all items removed from the queue.
Implements
ITestActorQueueTGetAllSee Also