IExpressionValet CalculationResultDbRemove Method µStrata MathDaemon™ WCF
Removes specified result from the database.

The customer must own the result

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

Parameters

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

Return Value

Type: MathDaemonResponse Object 
MathDaemonResponse object
See Also