BlockingMessageQueueSemanticsBlockTimeOut Property |
The time to wait on a lock before throwing an timeout exception.
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxTimeSpan BlockTimeOut { get; set; }
Property BlockTimeOut As TimeSpan
Get
Set
property TimeSpan BlockTimeOut {
TimeSpan get ();
void set (TimeSpan value);
}
abstract BlockTimeOut : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also