IExpressionValet FindCircularReferences Method µStrata MathDaemon™ WCF
Search for circular references across all expressions (including ternary) within the instance

Namespace: uStrata.MathDaemon.Wcf.Contracts
Assembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
Syntax

MathDaemonResponse<bool> FindCircularReferences(
	Guid instanceId,
	Guid sessionId
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier

Return Value

Type: MathDaemonResponse Boolean 
True if circular reference found otherwise false. Encapsulated in MathDaemonResponse object.

If circular reference found, dependency list added to Error parameter.

See Also