IExpressionValet GetResultById 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> GetResultById(
	Guid sessionId,
	long resultId
)

Parameters

sessionId
Type: System Guid
Session identifier
resultId
Type: System Int64
Result identifier

Return Value

Type: MathDaemonResponse ResultContent 
ResultContent structure
See Also