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