Click or drag to resize

PreprocessResult Class

The result of the Preprocess method. You can use it to specify changes that will be made to the payload and metadata after you return the result object.
Inheritance Hierarchy
SystemObject
  HP.SV.DotNetRuleApi.Hook.ProcessingPreprocessResult

Namespace:  HP.SV.DotNetRuleApi.Hook.Processing
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public class PreprocessResult

The PreprocessResult type exposes the following members.

Constructors
  NameDescription
Public methodPreprocessResult
Creates the initial state of the result object with no changes specified to message payload and metadata.
Top
Methods
  NameDescription
Public methodDeleteMessageMetadataValue
Specifies a requested deleting of metadata of a given key.
Public methodSetMessageMetadataValue
Specifies a requested change of metadata of a given key to a given value.
Public methodSetMessagePayload
Specifies a requested change of payload.
Public methodToProcessingHookResult
Internal use only
Top
See Also