| BlockingQueueTTake Method |
Removes an item from the collection.
Namespace:
Akka.TestKit.Internal
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public T Take(
CancellationToken cancellationToken
)
member Take :
cancellationToken : CancellationToken -> 'T
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
The cancellation token that can be used to cancel the operation.
Return Value
Type:
TThe item removed from the collection.
Exceptions See Also