Retrieve a last error occurred within 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<string> GetErrorDescription(
Guid instanceId,
Guid sessionId
)
MathDaemonResponse<string> GetErrorDescription(
Guid instanceId,
Guid sessionId
)
Function GetErrorDescription (
instanceId As Guid,
sessionId As Guid
) As MathDaemonResponse(Of String)
Function GetErrorDescription (
instanceId As Guid,
sessionId As Guid
) As MathDaemonResponse(Of String)
abstract GetErrorDescription :
instanceId : Guid *
sessionId : Guid -> MathDaemonResponse<string>abstract GetErrorDescription :
instanceId : Guid *
sessionId : Guid -> MathDaemonResponse<string>Parameters
- instanceId
- Type: System Guid
Instance identifier
- sessionId
- Type: System Guid
Session identifier
Return Value
Type:
MathDaemonResponse String Last error occurred within the instance encapsulated in MathDaemonResponse object