Click or drag to resize
Akka.NETBoundedDequeMessageQueue Constructor
TBD

Namespace:  Akka.Dispatch.MessageQueues
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public BoundedDequeMessageQueue(
	int boundedCapacity,
	TimeSpan pushTimeOut
)

Parameters

boundedCapacity
Type: SystemInt32
TBD
pushTimeOut
Type: SystemTimeSpan
TBD
See Also