IExpressionValet ParameterSetValues Method µStrata MathDaemon™ WCF
Set values for several parameters

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> ParameterSetValues(
	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 
Collection of ValuedParameter structure. If a parameter does not exists in the list its value is not affected.

Return Value

Type: MathDaemonResponse Object 
MathDaemonResponse object
See Also