Scoring |
public class ScoringProgramResponse
The ScoringProgramResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| ScoringProgramResponse | Initializes a new instance of the ScoringProgramResponse class |
| Name | Description | |
|---|---|---|
| DataType | Specifies the datatype to deserialize to after reception of the response. DataConnectorResponseData.Error signals that something went wrong. The serialized data in that case will be a string describing the error. | |
| ErrorType | Specifies the type of error that occurred. ErrorType.None if all went well. | |
| LastQueueItemId | If the response contains queue data the id of last added queueitem. | |
| RequestCommand | The command of the request that this is the reponse for. | |
| SerializedData | The serialized data. The DataType property tells to what class it should be deserialized. | |
| SessionGuid | The guid of the session the response belongs to. |