Updates expressions collection with passed list
Namespace: uStrata.MathDaemon.Wcf.ContractsAssembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
MathDaemonResponse<Object> ExpressionUpdate(
Guid instanceId,
Guid sessionId,
Expression[] expressions
)
MathDaemonResponse<Object> ExpressionUpdate(
Guid instanceId,
Guid sessionId,
Expression[] expressions
)
Function ExpressionUpdate (
instanceId As Guid,
sessionId As Guid,
expressions As Expression()
) As MathDaemonResponse(Of Object)
Function ExpressionUpdate (
instanceId As Guid,
sessionId As Guid,
expressions As Expression()
) As MathDaemonResponse(Of Object)
abstract ExpressionUpdate :
instanceId : Guid *
sessionId : Guid *
expressions : Expression[] -> MathDaemonResponse<Object>abstract ExpressionUpdate :
instanceId : Guid *
sessionId : Guid *
expressions : Expression[] -> MathDaemonResponse<Object>Parameters
- instanceId
- Type: System Guid
Instance identifier
- sessionId
- Type: System Guid
Session identifier
- expressions
- Type: uStrata.MathDaemon.Wcf.Contracts.Types Expression
List of expressions. If expression does not exists in the engine, it will be added, otherwise updated
Return Value
Type:
MathDaemonResponse Object MathDaemonResponse object