NodeShellConcurrencyLimit Property

Determines how many instances of this node type can run concurrently. Use int.MaxValue for unbounded number of instances.

Definition

Namespace: Quine.Graph
Assembly: Quine.Graph (in Quine.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
protected abstract int ConcurrencyLimit { get; }

Property Value

Int32

See Also