| BlockingCollectionTestActorQueueTEnqueue Method |
Adds the specified item to the end of the queue.
Namespace:
Akka.TestKit.Internal
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public void Enqueue(
T item
)
abstract Enqueue :
item : 'T -> unit
override Enqueue :
item : 'T -> unit
Parameters
- item
- Type: T
The item to add to the queue.
Implements
ITestActorQueueProducerTEnqueue(T)See Also