IExpressionValet InstanceDbRemove Method µStrata MathDaemon™ WCF
Removes specified instance from database

If the instance has clones, all clones will be moved up one level

The instance cannot be removed if any other customer performs a calculations on the instance.

The method does not affects the cache

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> InstanceDbRemove(
	Guid instanceId,
	Guid sessionId,
	bool removeCalculations
)

Parameters

instanceId
Type: System Guid
Instance identifier to remove
sessionId
Type: System Guid
Session identifier
removeCalculations
Type: System Boolean
If true, removes all calculations belongs to the instance

Return Value

Type: MathDaemonResponse Object 
MathDaemonResponse object
See Also