Click or drag to resize
Akka.NETConcurrentSetT Constructor (Int32, Int32)
TBD

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ConcurrentSet(
	int concurrencyLevel,
	int capacity
)

Parameters

concurrencyLevel
Type: SystemInt32
TBD
capacity
Type: SystemInt32
TBD
See Also