IExpressionValet GetParameterList Method µStrata MathDaemon™ WCF
Retrieve a collection of 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<ValuedParameter> GetParameterList(
	Guid instanceId,
	Guid sessionId
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier

Return Value

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