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

RpcDispatchProxyTClient, TAttributeOnAfter 方法

方法调用后

Definition

命名空间: TouchSocket.Rpc
程序集: TouchSocket.Rpc (在 TouchSocket.Rpc.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
C#
protected virtual void OnAfter(
	MethodInfo method,
	string invokeKey,
	ref Object[] args,
	ref Object result
)

参数

method  MethodInfo

[缺少 "M:TouchSocket.Rpc.RpcDispatchProxy`2.OnAfter(System.Reflection.MethodInfo,System.String,System.Object[]@,System.Object@)" 的 <param name="method"/> 文档]

invokeKey  String

[缺少 "M:TouchSocket.Rpc.RpcDispatchProxy`2.OnAfter(System.Reflection.MethodInfo,System.String,System.Object[]@,System.Object@)" 的 <param name="invokeKey"/> 文档]

args  Object

[缺少 "M:TouchSocket.Rpc.RpcDispatchProxy`2.OnAfter(System.Reflection.MethodInfo,System.String,System.Object[]@,System.Object@)" 的 <param name="args"/> 文档]

result  Object

[缺少 "M:TouchSocket.Rpc.RpcDispatchProxy`2.OnAfter(System.Reflection.MethodInfo,System.String,System.Object[]@,System.Object@)" 的 <param name="result"/> 文档]

参见