 | IBlockingMessageQueueSemantics 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)
Syntaxpublic interface IBlockingMessageQueueSemantics : IMultipleConsumerSemantics,
ISemantics
type IBlockingMessageQueueSemantics =
interface
interface IMultipleConsumerSemantics
interface ISemantics
endThe IBlockingMessageQueueSemantics type exposes the following members.
Properties|
| Name | Description |
|---|
 | BlockTimeOut |
The time to wait on a lock before throwing an timeout exception.
|
Top
See Also