Click or drag to resize

PostprocessPayloadContext Class

Context object supplied as the argument of the PostprocessPayload method
Inheritance Hierarchy

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 PostprocessPayloadContext : ProcessingHookContext

The PostprocessPayloadContext type exposes the following members.

Properties
  NameDescription
Public propertyIsRequest
True if the message is a request, otherwise false.
(Inherited from ProcessingHookContext.)
Public propertyLogger
Text file logger, see HpsvLogger
(Inherited from ProcessingHookContextBase.)
Public propertyMessageLogger
Logger for the Designer Problem List, see HpsvLogger
(Inherited from ProcessingHookContextBase.)
Top
Methods
See Also