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