BlockingMessageQueueBlockTimeOut Property |
[Missing <summary> documentation for "P:Akka.Dispatch.MessageQueues.BlockingMessageQueue.BlockTimeOut"]
Namespace: Akka.Dispatch.MessageQueuesAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic TimeSpan BlockTimeOut { get; set; }
Public Property BlockTimeOut As TimeSpan
Get
Set
public:
virtual property TimeSpan BlockTimeOut {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
}
abstract BlockTimeOut : TimeSpan with get, set
override BlockTimeOut : TimeSpan with get, set
Property Value
Type:
TimeSpanImplements
BlockingMessageQueueSemanticsBlockTimeOut
See Also