Click or drag to resize
Akka.NETBlockingQueueT Methods

The BlockingQueueT generic type exposes the following members.

Methods
  NameDescription
Public methodAddFirst
Adds the specified item to the front of the queue.
Public methodEnqueue
Adds the specified item to the end of the queue.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodTake
Removes an item from the collection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryEnqueue
Tries to add the specified item to the end of the queue within the specified time period. A token can be provided to cancel the operation if needed.
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
Extension Methods
See Also