IExpressionValet GetSpecificInstanceStructureWithAllDerivedInstancesBelongsToCustomer Method µStrata MathDaemon™ WCF
Get specific instance stored in the database that belongs to the customer with all descendants 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.Contracts
Assembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
Syntax

MathDaemonResponse<ExpressionContent> GetSpecificInstanceStructureWithAllDerivedInstancesBelongsToCustomer(
	Guid instanceId,
	Guid sessionId
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier

Return Value

Type: MathDaemonResponse ExpressionContent 
An array of ExpressionContent structure
See Also