Gets or sets the size of the thread count for metaspace recovery.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract int ThreadCount { get; set; } |
Visual Basic |
---|
Public MustOverride Property ThreadCount As Integer
Get
Set |
Visual C++ |
---|
public:
virtual property int ThreadCount {
int get () abstract;
void set (int value) abstract;
} |
F# |
---|
abstract ThreadCount : int with get, set
|
Property Value
Type:
Int32
thread count.
See Also