IExpressionValet ParameterUpdate Method µStrata MathDaemon™ WCF
Updates parameters collection with passed list

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<Object> ParameterUpdate(
	Guid instanceId,
	Guid sessionId,
	ValuedParameter[] parameters
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
parameters
Type:  uStrata.MathDaemon.Wcf.Contracts.Types ValuedParameter 
List of parameters. If parameter does not exists in the engine, it will be added, otherwise updated

Return Value

Type: MathDaemonResponse Object 
MathDaemonResponse object
See Also