Click or drag to resize
UnboundedDequeBasedMessageQueueSemantics Interface
Semantics for message queues that are Double-Ended and unbounded

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public interface UnboundedDequeBasedMessageQueueSemantics : DequeBasedMessageQueueSemantics, 
	UnboundedMessageQueueSemantics, Semantics

The UnboundedDequeBasedMessageQueueSemantics type exposes the following members.

Methods
  NameDescription
Public methodEnqueueFirst (Inherited from DequeBasedMessageQueueSemantics.)
Top
See Also