IExpressionValet GetResultByName Method µStrata MathDaemon™ WCF
Retrieve a result by identifier.

The result belongs to customer or the customer has an ownership on 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

MathDaemonResponse<ResultContent> GetResultByName(
	Guid instanceId,
	Guid sessionId,
	string name
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
name
Type: System String
Name of the result

Return Value

Type: MathDaemonResponse ResultContent 
ResultContent structure
See Also