RecoveryOptionsThreadCount Property |
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.1.5.12)
Syntaxpublic abstract int ThreadCount { get; set; }
Public MustOverride Property ThreadCount As Integer
Get
Set
public:
virtual property int ThreadCount {
int get () abstract;
void set (int value) abstract;
}
abstract ThreadCount : int with get, set
Property Value
Type:
Int32
thread count.
See Also