Click or drag to resize
dyostem api documentation

AnalysesPutResult Class

[This is preliminary documentation and is subject to change.]

Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataAnalysesPutResult

Namespace:  Dyostem.Services.Data
Assembly:  Dyostem (in Dyostem.dll) Version: 5.3
Syntax
public class AnalysesPutResult

The AnalysesPutResult type exposes the following members.

Constructors
  NameDescription
Public methodAnalysesPutResult
Initializes a new instance of the AnalysesPutResult class
Top
Properties
  NameDescription
Public propertyAnalysesCreationResults
A list of AnalyseCreationResult indicating for each block the result of its analyses creation command.
Public propertyMessage
Human readable result of PutBlocks(String, Guid, ListNewBlock, Boolean) command.
  • OK - Analyses have been processed. For further details, check the Message of each analysis.
  • FAILED to create analyses - An internal error has occured while processing data.
  • Failed to check token validity - the SessionId token is deprecated or invalid. Request a new one or contact Vivelys support.
Top
See Also