Click or drag to resize
ConcurrentSetT Constructor (Int32, Int32)

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

Parameters

concurrencyLevel
Type: SystemInt32

[Missing <param name="concurrencyLevel"/> documentation for "M:Akka.Util.ConcurrentSet`1.#ctor(System.Int32,System.Int32)"]

capacity
Type: SystemInt32

[Missing <param name="capacity"/> documentation for "M:Akka.Util.ConcurrentSet`1.#ctor(System.Int32,System.Int32)"]

See Also