Click or drag to resize

ScoringProgramResponse Properties

The ScoringProgramResponse type exposes the following members.

Properties
 NameDescription
Public propertyDataType Specifies the datatype to deserialize to after rececption of the response. Data ConnectorResponseData.Error signals that something went wrong. The serialized data will be a string describing the error.
Public propertyErrorType Specifies the type of error that occurred. ErrorType.None if all went well.
Public propertyLastQueueItemId If the response contains queue data the id of last added queueitem.
Public propertyRequestCommand The command of the request that this is the reponse for.
Public propertySerializedData The serialized data. The DataType property tells to what class it should be deserialized.
Public propertySessionGuid The guid of the session the response belongs to.
Top
See Also