[This is preliminary documentation and is subject to change.]
Constructs request message from method information and arguments for call invocation.
This constructor is slower as it uses reflection
Namespace: NFX.Glue.ProtocolAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected RequestMsg(
MethodInfo method,
Nullable<Guid> instance
)
protected RequestMsg(
MethodInfo method,
Nullable<Guid> instance
)
Protected Sub New (
method As MethodInfo,
instance As Nullable(Of Guid)
)
Protected Sub New (
method As MethodInfo,
instance As Nullable(Of Guid)
)
protected:
RequestMsg(
MethodInfo^ method,
Nullable<Guid> instance
)
protected:
RequestMsg(
MethodInfo^ method,
Nullable<Guid> instance
)
new :
method : MethodInfo *
instance : Nullable<Guid> -> RequestMsg
new :
method : MethodInfo *
instance : Nullable<Guid> -> RequestMsg