 | BoundedDequeMessageQueue Constructor |
TBD
Namespace:
Akka.Dispatch.MessageQueues
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxpublic BoundedDequeMessageQueue(
int boundedCapacity,
TimeSpan pushTimeOut
)
new :
boundedCapacity : int *
pushTimeOut : TimeSpan -> BoundedDequeMessageQueue
Parameters
- boundedCapacity
- Type: System.Int32
TBD - pushTimeOut
- Type: System.TimeSpan
TBD
See Also