BlockingMessageQueueSemantics Interface |
Semantics for message queues that are blocking
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic interface BlockingMessageQueueSemantics : MultipleConsumerSemantics,
Semantics
Public Interface BlockingMessageQueueSemantics
Inherits MultipleConsumerSemantics, Semantics
public interface class BlockingMessageQueueSemantics : MultipleConsumerSemantics,
Semantics
type BlockingMessageQueueSemantics =
interface
interface MultipleConsumerSemantics
interface Semantics
end
The BlockingMessageQueueSemantics type exposes the following members.
Properties
| Name | Description |
---|
 | BlockTimeOut |
The time to wait on a lock before throwing an timeout exception.
|
Top
See Also