Click or drag to resize

ModuleOrderOptionsIsCheckCircularDependency Property

Returns true (the default) to indicate that the algorithm checks for circular dependencies among the uses-dependency graph, or false to not perform this check.

Namespace:  com.espertech.esper.common.client.module
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsCheckCircularDependency { get; set; }

Property Value

Type: Boolean
indicator.
See Also