IExpressionValet GetExpressionList Method µStrata MathDaemon™ WCF
Retrieve a collection of expressions

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<Expression> GetExpressionList(
	Guid instanceId,
	Guid sessionId
)

Parameters

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

Return Value

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