RequestAnyMsg Constructor NFX Class Library

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

Overload List

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