Retrieve a result by identifier.
The result belongs to customer or the customer has an ownership on the instance
Namespace: uStrata.MathDaemon.Wcf.ContractsAssembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
MathDaemonResponse<ResultContent> GetResultById(
Guid sessionId,
long resultId
)
MathDaemonResponse<ResultContent> GetResultById(
Guid sessionId,
long resultId
)
Function GetResultById (
sessionId As Guid,
resultId As Long
) As MathDaemonResponse(Of ResultContent)
Function GetResultById (
sessionId As Guid,
resultId As Long
) As MathDaemonResponse(Of ResultContent)
abstract GetResultById :
sessionId : Guid *
resultId : int64 -> MathDaemonResponse<ResultContent>abstract GetResultById :
sessionId : Guid *
resultId : int64 -> MathDaemonResponse<ResultContent>Parameters
- sessionId
- Type: System Guid
Session identifier
- resultId
- Type: System Int64
Result identifier
Return Value
Type:
MathDaemonResponse ResultContent ResultContent structure