Click or drag to resize
Akka.NETBlockingQueueTTryTake Method
Overload List
  NameDescription
Public methodTryTake(T)
Tries to remove the specified item from the queue.
Public methodTryTake(T, Int32, CancellationToken)
Tries to remove the specified item from the queue within the specified time period. A token can be provided to cancel the operation if needed.
Top
See Also