Interface IBlockingMessageQueueSemantics
Semantics for message queues that are blocking
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public interface IBlockingMessageQueueSemantics : IMultipleConsumerSemantics, ISemantics
Properties
| Improve this Doc View SourceBlockTimeOut
The time to wait on a lock before throwing an timeout exception.
Declaration
TimeSpan BlockTimeOut { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |