RequestMsg Constructor NFX Class Library

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

Overload List

  NameDescription
Protected methodRequestMsg(MethodInfo, Nullable Guid )
Constructs request message from method information and arguments for call invocation. This constructor is slower as it uses reflection
Protected methodRequestMsg(TypeSpec, MethodSpec, Boolean, Nullable Guid )
Constructs request message from pre-computed specs obtained by reflection. This constructor is the fastest as it does not use reflection
Protected methodRequestMsg(RequestMsg, MethodInfo, Nullable Guid , Boolean, Boolean)
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
Protected methodRequestMsg(RequestMsg, TypeSpec, MethodSpec, Boolean, Nullable Guid , Boolean, Boolean)
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
Back to Top
See Also