RequestAnyMsg Constructor (RequestMsg, MethodInfo, Nullable Guid ,  Object , Boolean, Boolean)NFX Class Library

[This is preliminary documentation and is subject to change.]

This .ctor is handy for message inspectors. Creates a substitute message for the original one with new values. Binding-specific context is cloned and headers/correlation data are cloned conditionaly

Namespace: NFX.Glue.Protocol
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public RequestAnyMsg(
	RequestMsg inspectedOriginal,
	MethodInfo method,
	Nullable<Guid> instance,
	Object[] args,
	bool cloneHeaders = true,
	bool cloneCorrelation = true
)

Parameters

inspectedOriginal
Type: NFX.Glue.Protocol RequestMsg
method
Type: OnlineSystem.Reflection MethodInfo
instance
Type: OnlineSystem Nullable OnlineGuid 
args
Type:  OnlineSystem Object 
cloneHeaders (Optional)
Type: OnlineSystem Boolean
cloneCorrelation (Optional)
Type: OnlineSystem Boolean
See Also