RecordResultDataAsync Method
- Last UpdatedMar 17, 2026
- 1 minute read
The RecordResultDataAsync() asynchronous method adds one or more result values to the Result table and returns any control rule violations.
public static void RecordResultDataAsync(
int sampleId,
string entName,
string charName,
string createdBy,
ResultAttribute[] results
)
Parameters
- sampleId
- Required. Holds the sample ID.
- entName
- Required. Holds the entity name.
- charName
- Required. Holds the characteristic name.
- createdBy
- Required. Holds the ID of the user who entered the values.
- results
- Required. Holds the list of result attributes.