IExpressionValet GetResultListForInstanceBelongsToCustomerPeriod Method µStrata MathDaemon™ WCF
Retrieve full list of results performed for the instance and belongs to the customer. Each result is located within specified period. Boundaries are included in both sides.

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<ResultContent> GetResultListForInstanceBelongsToCustomerPeriod(
	Guid instanceId,
	Guid sessionId,
	DateTime dateFrom,
	DateTime dateTo
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
dateFrom
Type: System DateTime
Beginning of the interval
dateTo
Type: System DateTime
End of the interval

Return Value

Type: MathDaemonResponse ResultContent 
Array of ResultContent structure
See Also