Click or drag to resize

UpdateRecipeResponse Class

This message is used to send a named recipe to a process endpoint. The message includes details of the recipe, depending on the classification of the process. The response indicates whether the recipe has been received correctly or not.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionUpdateRecipeResponse

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class UpdateRecipeResponse : CFXMessage

The UpdateRecipeResponse type exposes the following members.

Constructors
 NameDescription
Public methodUpdateRecipeResponse Default constructor
Top
Properties
 NameDescription
Public propertyResult The result of the request
Top
See Also