| BlockingQueueTTryTake Method (T) |
Tries to remove the specified item 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 bool TryTake(
out T item
)
member TryTake :
item : 'T byref -> bool
Parameters
- item
- Type: T
The item to remove from the queue.
Return Value
Type:
Booleantrue if the item was removed; otherwise,
false.
See Also