|
ProcessQueueTThreadCount Property
|
Gets the current number of active threads.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+0f4e919571e6ec7e8e07a8e325416284b7e38fa3
Syntaxpublic int ThreadCount { get; }Public ReadOnly Property ThreadCount As Integer
Get
public:
property int ThreadCount {
int get ();
}member ThreadCount : int with get
function get_ThreadCount();
View SourceReturn Value
Int32Current number of active threads.
See Also