Click or drag to resize
Akka.NETUnboundedDequeMessageQueue Properties

The UnboundedDequeMessageQueue type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of messages in both the internal message queue and the prepend buffer.
(Inherited from DequeWrapperMessageQueue.)
Public propertyHasMessages
Returns true if there are any messages inside the queue.
(Inherited from DequeWrapperMessageQueue.)
Top
See Also