Click or drag to resize
Akka.NETBlockingQueueTTryTake 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
)

Parameters

item
Type: T
The item to remove from the queue.

Return Value

Type: Boolean
true if the item was removed; otherwise, false.
See Also