Removes specified result from the database.
The customer must own the result
Namespace: uStrata.MathDaemon.Wcf.ContractsAssembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
MathDaemonResponse<Object> CalculationResultDbRemove(
Guid sessionId,
long resultId
)
MathDaemonResponse<Object> CalculationResultDbRemove(
Guid sessionId,
long resultId
)
Function CalculationResultDbRemove (
sessionId As Guid,
resultId As Long
) As MathDaemonResponse(Of Object)
Function CalculationResultDbRemove (
sessionId As Guid,
resultId As Long
) As MathDaemonResponse(Of Object)
abstract CalculationResultDbRemove :
sessionId : Guid *
resultId : int64 -> MathDaemonResponse<Object>abstract CalculationResultDbRemove :
sessionId : Guid *
resultId : int64 -> MathDaemonResponse<Object>Parameters
- sessionId
- Type: System Guid
Session identifier
- resultId
- Type: System Int64
Result identifier
Return Value
Type:
MathDaemonResponse Object MathDaemonResponse object