The maximum number of concurrent operations

Namespace: MPM.PDAG
Assembly: MPM.PDAG (in MPM.PDAG.dll) Version: 1.0.4428.15748

Syntax

C#
int MaxValue { get; set; }
Visual Basic
Property MaxValue As Integer
	Get
	Set
Visual C++
property int MaxValue {
	int get ();
	void set (int value);
}

See Also