IExpressionValet ExpressionAdd Method µStrata MathDaemon™ WCF
Add new expression to the engine

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

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
name
Type: System String
Expression name
formula
Type: System String
Expression formula

Return Value

Type: MathDaemonResponse Object 
MathDaemonResponse object
See Also