Msg CloneState Method NFX Class Library

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

Clones message state from another message instance. State includes binding-specific context and optionally headers and correlation data

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

public void CloneState(
	Msg from,
	bool cloneHeaders = true,
	bool cloneCorrelation = true
)
See Also