Click or drag to resize
Akka.NETBoundedDequeMessageQueue Properties

The BoundedDequeMessageQueue 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.)
Public propertyPushTimeOut
Gets the underlying PushTimeOut
Top
See Also