[This is preliminary documentation and is subject to change.]
Specifies how many buckets objects are kept in. Increasing this number improves thread concurrency
Namespace: NFX.ApplicationModel.VolatileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public int BucketCount { get; set; }
public int BucketCount { get; set; }
Public Property BucketCount As Integer
Get
Set
Public Property BucketCount As Integer
Get
Set
public:
property int BucketCount {
int get ();
void set (int value);
}
public:
property int BucketCount {
int get ();
void set (int value);
}
member BucketCount : int with get, set
member BucketCount : int with get, set
Property Value
Type:
Int32