Click or drag to resize

ProcessingHookBase Methods

The ProcessingHookBase type exposes the following members.

Methods
  NameDescription
Public methodPostprocessMetadata
Override this method to change the message metadata after processing in SV has finished. Without overriding, the method will return a result object with no changes requested to the message metadata.
Public methodPostprocessPayload
Override this method to change the message payload after processing in SV has finished. Without overriding, the method will return a result object with no changes requested to the message payload.
Public methodPreprocess
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.
Top
See Also