Click or drag to resize
Akka.NETBoundedDequeMessageQueuePushTimeOut Property
Gets the underlying PushTimeOut

Namespace:  Akka.Dispatch.MessageQueues
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TimeSpan PushTimeOut { get; }

Property Value

Type: TimeSpan

Implements

IBoundedMessageQueueSemanticsPushTimeOut
Remarks
This method is never called, but had to be implemented to support the IBoundedDequeBasedMessageQueueSemantics interface.
See Also