BoundedMessageQueueSemanticsPushTimeOut Property |
The enqueue time to wait until message is dropped to deadletters if the message queue is full
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxTimeSpan PushTimeOut { get; set; }
Property PushTimeOut As TimeSpan
Get
Set
property TimeSpan PushTimeOut {
TimeSpan get ();
void set (TimeSpan value);
}
abstract PushTimeOut : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also