Click or drag to resize
MessageQueue Interface
Interface to be implemented by all mailbox message queues

Namespace: Akka.Dispatch.MessageQueues
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public interface MessageQueue

The MessageQueue type exposes the following members.

Methods
  NameDescription
Public methodEnqueue
Enqueues an mailbox envelope onto the message queue
Public methodTryDequeue
Tries to pull an envelope of the message queue
Top
Properties
  NameDescription
Public propertyCount
Returns the count of messages currently in the message queue
Public propertyHasMessages
Tests if the message queue contains any messages
Top
See Also