Click or drag to resize

UpdateRecipeResponse Class

[This is preliminary documentation and is subject to change.]

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:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class UpdateRecipeResponse : CFXMessage

The UpdateRecipeResponse type exposes the following members.

Properties
  NameDescription
Public propertyResult
Top
See Also