Removes specified instance from database
Namespace: uStrata.MathDaemon.Wcf.ContractsIf 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
Assembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
Syntax
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 ObjectMathDaemonResponse object
See Also