Retrieve a content of specific engine
Namespace: uStrata.MathDaemon.Wcf.ContractsAssembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
MathDaemonResponse<ExpressionContent> GetContent(
Guid instanceId,
Guid sessionId
)
MathDaemonResponse<ExpressionContent> GetContent(
Guid instanceId,
Guid sessionId
)
Function GetContent (
instanceId As Guid,
sessionId As Guid
) As MathDaemonResponse(Of ExpressionContent)
Function GetContent (
instanceId As Guid,
sessionId As Guid
) As MathDaemonResponse(Of ExpressionContent)
abstract GetContent :
instanceId : Guid *
sessionId : Guid -> MathDaemonResponse<ExpressionContent>abstract GetContent :
instanceId : Guid *
sessionId : Guid -> MathDaemonResponse<ExpressionContent>Parameters
- instanceId
- Type: System Guid
Instance identifier
- sessionId
- Type: System Guid
Session identifier
Return Value
Type:
MathDaemonResponse ExpressionContent A content of the engine encapsulated in MathDaemonResponse object