[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)
public RequestAnyMsg(
MethodInfo method,
Nullable<Guid> instance,
Object[] args
)
public RequestAnyMsg(
MethodInfo method,
Nullable<Guid> instance,
Object[] args
)
Public Sub New (
method As MethodInfo,
instance As Nullable(Of Guid),
args As Object()
)
Public Sub New (
method As MethodInfo,
instance As Nullable(Of Guid),
args As Object()
)
public:
RequestAnyMsg(
MethodInfo^ method,
Nullable<Guid> instance,
array<Object^>^ args
)
public:
RequestAnyMsg(
MethodInfo^ method,
Nullable<Guid> instance,
array<Object^>^ args
)
new :
method : MethodInfo *
instance : Nullable<Guid> *
args : Object[] -> RequestAnyMsg
new :
method : MethodInfo *
instance : Nullable<Guid> *
args : Object[] -> RequestAnyMsg