IExpressionValet Compile Method µStrata MathDaemon™ WCF
Compiles all expressions (including ternary) within the instance

Namespace: uStrata.MathDaemon.Wcf.Contracts
Assembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
Syntax

Task<MathDaemonResponse<bool>> Compile(
	Guid instanceId,
	Guid sessionId
)

Parameters

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

Return Value

Type: Task MathDaemonResponse Boolean  
True if success, otherwise false. Encapsulated in MathDaemonResponse object.

If compilation failed, the reason added to Error parameter.

See Also