Get specific instance stored in the database that belongs to the customer
The data will be retrieved directly from the database. It means that if any instance uploaded to the cache and edit, the changes are not reflected until the instance will be stored in the database.
Namespace: uStrata.MathDaemon.Wcf.ContractsAssembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
MathDaemonResponse<ExpressionContent> GetSpecificInstanceStructureBelongsToCustomer(
Guid instanceId,
Guid sessionId
)
MathDaemonResponse<ExpressionContent> GetSpecificInstanceStructureBelongsToCustomer(
Guid instanceId,
Guid sessionId
)
Function GetSpecificInstanceStructureBelongsToCustomer (
instanceId As Guid,
sessionId As Guid
) As MathDaemonResponse(Of ExpressionContent)
Function GetSpecificInstanceStructureBelongsToCustomer (
instanceId As Guid,
sessionId As Guid
) As MathDaemonResponse(Of ExpressionContent)
abstract GetSpecificInstanceStructureBelongsToCustomer :
instanceId : Guid *
sessionId : Guid -> MathDaemonResponse<ExpressionContent>abstract GetSpecificInstanceStructureBelongsToCustomer :
instanceId : Guid *
sessionId : Guid -> MathDaemonResponse<ExpressionContent>Parameters
- instanceId
- Type: System Guid
Instance identifier
- sessionId
- Type: System Guid
Session identifier
Return Value
Type:
MathDaemonResponse ExpressionContent ExpressionContent structure