IExpressionValet GetParameterValue Method µStrata MathDaemon™ WCF
Get a value of parameter by its name

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> GetParameterValue(
	Guid instanceId,
	Guid sessionId,
	string name
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
name
Type: System String
Parameter name

Return Value

Type: MathDaemonResponse Double 
A value assigned to the parameter encapsulated in MathDaemonResponse object
See Also