NodeConcurrencyLimiter Class

Limits the number of concurrently running nodes of the same type. Various kinds of limits (per-graph, per-process, etc.) can be achieved by considering the scope and lifetime of the DI registrations.

This type is not for public consumption, but it must be registered with DI.

Definition

Namespace: Quine.Graph
Assembly: Quine.Graph (in Quine.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public sealed class NodeConcurrencyLimiter
Inheritance
Object    NodeConcurrencyLimiter

Constructors

NodeConcurrencyLimiterInitializes a new instance of the NodeConcurrencyLimiter class

See Also