SendEvaluationScoreAsyncΒΆ

This method provides the mechanism to update your own data repository with Headline Scores assigned to an evaluation.

1
public Task SendEvaluationScoreAsync(SendEvaluationScoreArgs args, DataConnectorProperties properties)
SendEvaluationScoreArgs
This POCO is used to wrap the evaluation score information that is destined for the recorder.
DataConnectorProperties
Describes the user credentials required for an authentication challenge by the Recorder.

This does not return anything.