IExpressionValet ExecuteAllWithValues Method µStrata MathDaemon™ WCF
Evaluates all expressions (including ternary) using passed values 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<ValuedParameter> ExecuteAllWithValues(
	Guid instanceId,
	Guid sessionId,
	ValuedParameter[] values
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
values
Type:  uStrata.MathDaemon.Wcf.Contracts.Types ValuedParameter 
An array of ValuedParameter structure.

Return Value

Type: MathDaemonResponse ValuedParameter 
An array of ValuedParameter structure encapsulated in MathDaemonResponse object
See Also