Retrieve all instances stored in the database that belongs to the customer with all derived instances regardless their ownership
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> GetInstanceStructureListWithAllDerivedInstancesBelongsToCustomer(
Guid sessionId
)
MathDaemonResponse<ExpressionContent> GetInstanceStructureListWithAllDerivedInstancesBelongsToCustomer(
Guid sessionId
)
Function GetInstanceStructureListWithAllDerivedInstancesBelongsToCustomer (
sessionId As Guid
) As MathDaemonResponse(Of ExpressionContent)
Function GetInstanceStructureListWithAllDerivedInstancesBelongsToCustomer (
sessionId As Guid
) As MathDaemonResponse(Of ExpressionContent)
abstract GetInstanceStructureListWithAllDerivedInstancesBelongsToCustomer :
sessionId : Guid -> MathDaemonResponse<ExpressionContent>abstract GetInstanceStructureListWithAllDerivedInstancesBelongsToCustomer :
sessionId : Guid -> MathDaemonResponse<ExpressionContent>Parameters
- sessionId
- Type: System Guid
Session identifier
Return Value
Type:
MathDaemonResponse ExpressionContent An array of ExpressionContent structure