Click or drag to resize

ProcessingHookBasePreprocess Method

Override this method to change the message payload or metadata before, the message enters SV processing. Without overriding, the method will return a result object with no changes requested to the message payload and metadata.

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

Parameters

context
Type: HP.SV.DotNetRuleApi.Hook.ProcessingPreprocessContext

Return Value

Type: PreprocessResult
See Also