Check if specified expression exists in the list
Namespace: uStrata.MathDaemon.Wcf.ContractsAssembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
MathDaemonResponse<bool> ExpressionExists(
Guid instanceId,
Guid sessionId,
string name
)
MathDaemonResponse<bool> ExpressionExists(
Guid instanceId,
Guid sessionId,
string name
)
Function ExpressionExists (
instanceId As Guid,
sessionId As Guid,
name As String
) As MathDaemonResponse(Of Boolean)
Function ExpressionExists (
instanceId As Guid,
sessionId As Guid,
name As String
) As MathDaemonResponse(Of Boolean)
abstract ExpressionExists :
instanceId : Guid *
sessionId : Guid *
name : string -> MathDaemonResponse<bool>abstract ExpressionExists :
instanceId : Guid *
sessionId : Guid *
name : string -> MathDaemonResponse<bool>Parameters
- instanceId
- Type: System Guid
Instance identifier
- sessionId
- Type: System Guid
Session identifier
- name
- Type: System String
Expression name
Return Value
Type:
MathDaemonResponse Boolean Check result encapsulated in MathDaemonResponse object