| ConcurrentSetT Constructor (Int32, Int32) |
TBD
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ConcurrentSet(
int concurrencyLevel,
int capacity
)
new :
concurrencyLevel : int *
capacity : int -> ConcurrentSet
Parameters
- concurrencyLevel
- Type: SystemInt32
TBD - capacity
- Type: SystemInt32
TBD
See Also