Click or drag to resize

ProcessingHookContext Constructor

Initializes a new instance of the ProcessingHookContext class

Namespace:  HP.SV.DotNetRuleApi.Hook.Processing
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
protected ProcessingHookContext(
	IDictionary<string, Object> messageMetadata,
	bool isRequest,
	ISandboxProxyBase proxy
)

Parameters

messageMetadata
Type: System.Collections.GenericIDictionaryString, Object
isRequest
Type: SystemBoolean
proxy
Type: ISandboxProxyBase
See Also