Click or drag to resize
Akka.NETIBlockingMessageQueueSemantics Interface
Semantics for message queues that are blocking

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IBlockingMessageQueueSemantics : IMultipleConsumerSemantics, 
	ISemantics

The IBlockingMessageQueueSemantics type exposes the following members.

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