Click or drag to resize
Akka.NETIBoundedDequeBasedMessageQueueSemantics Interface
Semantics for message queues that are Double-Ended and bounded

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IBoundedDequeBasedMessageQueueSemantics : IDequeBasedMessageQueueSemantics, 
	ISemantics, IBoundedMessageQueueSemantics

The IBoundedDequeBasedMessageQueueSemantics type exposes the following members.

Properties
  NameDescription
Public propertyPushTimeOut
The enqueue time to wait until message is dropped to deadletters if the message queue is full
(Inherited from IBoundedMessageQueueSemantics.)
Top
Methods
  NameDescription
Public methodEnqueueFirst
TBD
(Inherited from IDequeBasedMessageQueueSemantics.)
Top
See Also