IExpressionValet ExecuteWithValues Method µStrata MathDaemon™ WCF
Evaluates an expression by its name using passed parameter values

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<double> ExecuteWithValues(
	Guid instanceId,
	Guid sessionId,
	string name,
	ValuedParameter[] values
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
name
Type: System String
Name of expression (including ternary) to evaluate
values
Type:  uStrata.MathDaemon.Wcf.Contracts.Types ValuedParameter 
An array of ValuedParameter structure.

Return Value

Type: MathDaemonResponse Double 
Resulted value encapsulated in MathDaemonResponse object
See Also