Click or drag to resize
Akka.NETBoundedMessageQueue Constructor (Int32, TimeSpan)
Initializes a new instance of the BoundedMessageQueue class.

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

Parameters

boundedCapacity
Type: SystemInt32
TBD
pushTimeOut
Type: SystemTimeSpan
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown if the given boundedCapacity is negative.
See Also