一款简单易用的基础网络通讯组件库。

RpcDispatchProxyTClient, TAttributeInvoke 方法

Whenever any method on the generated proxy type is called, this method is invoked to dispatch control.

Definition

命名空间: TouchSocket.Rpc
程序集: TouchSocket.Rpc (在 TouchSocket.Rpc.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
protected override sealed Object Invoke(
	MethodInfo targetMethod,
	Object[] args
)

参数

targetMethod  MethodInfo
The method the caller invoked.
args  Object
The arguments the caller passed to the method.

返回值

Object
The object to return to the caller, or for void methods.

参见