|  | 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.129 (1.2.3.129)
 Syntax
Syntaxpublic 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
See Also