Maximum number of threads to use in multithreaded operations.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static int MaximumNumberOfThreads { get; }
Visual Basic
Public Shared ReadOnly Property MaximumNumberOfThreads As Integer
	Get
Visual C++
public:
static property int MaximumNumberOfThreads {
	int get ();
}
F#
static member MaximumNumberOfThreads : int with get

Property Value

Type: Int32
The maximum number of threads.

See Also