Click or drag to resize
BlockingMessageQueueSemantics Interface
Semantics for message queues that are blocking

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public interface BlockingMessageQueueSemantics : MultipleConsumerSemantics, 
	Semantics

The BlockingMessageQueueSemantics type exposes the following members.

Properties
  NameDescription
Public propertyBlockTimeOut
The time to wait on a lock before throwing an timeout exception.
Top
See Also