RequestAnyMsg Constructor (TypeSpec, MethodSpec, Boolean, Nullable Guid ,  Object )NFX Class Library

[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.Protocol
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public RequestAnyMsg(
	TypeSpec contract,
	MethodSpec method,
	bool oneWay,
	Nullable<Guid> instance,
	Object[] args
)

Parameters

contract
Type: NFX.Glue.Protocol TypeSpec
method
Type: NFX.Glue.Protocol MethodSpec
oneWay
Type: OnlineSystem Boolean
instance
Type: OnlineSystem Nullable OnlineGuid 
args
Type:  OnlineSystem Object 
See Also