[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt die Anzahl der aktiven Threads zurück.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public int ActiveThreadCount { get; }
Visual Basic
Public ReadOnly Property ActiveThreadCount As Integer
	Get
F#
abstract ActiveThreadCount : int
override ActiveThreadCount : int

Field Value

Anzahl der aktiven Threads

Implements

IThreadManager..::..ActiveThreadCount

See Also