[This is preliminary documentation and is subject to change.]
Constructs request message from pre-computed specs obtained by reflection.
This constructor is the fastest as it does not use reflection
Namespace: NFX.Glue.ProtocolAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public RequestAnyMsg(
TypeSpec contract,
MethodSpec method,
bool oneWay,
Nullable<Guid> instance,
Object[] args
)
public RequestAnyMsg(
TypeSpec contract,
MethodSpec method,
bool oneWay,
Nullable<Guid> instance,
Object[] args
)
Public Sub New (
contract As TypeSpec,
method As MethodSpec,
oneWay As Boolean,
instance As Nullable(Of Guid),
args As Object()
)
Public Sub New (
contract As TypeSpec,
method As MethodSpec,
oneWay As Boolean,
instance As Nullable(Of Guid),
args As Object()
)
public:
RequestAnyMsg(
TypeSpec contract,
MethodSpec method,
bool oneWay,
Nullable<Guid> instance,
array<Object^>^ args
)
public:
RequestAnyMsg(
TypeSpec contract,
MethodSpec method,
bool oneWay,
Nullable<Guid> instance,
array<Object^>^ args
)
new :
contract : TypeSpec *
method : MethodSpec *
oneWay : bool *
instance : Nullable<Guid> *
args : Object[] -> RequestAnyMsg
new :
contract : TypeSpec *
method : MethodSpec *
oneWay : bool *
instance : Nullable<Guid> *
args : Object[] -> RequestAnyMsg