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

RpcAttributeGetExtensionInstanceMethod 方法

生成扩展函数的内容

Definition

命名空间: TouchSocket.Rpc
程序集: TouchSocket.Rpc (在 TouchSocket.Rpc.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
protected virtual string GetExtensionInstanceMethod(
	RpcMethod rpcMethod,
	List<string> parametersStr,
	RpcParameter[] parameters,
	bool isAsync
)

参数

rpcMethod  RpcMethod

[缺少 "M:TouchSocket.Rpc.RpcAttribute.GetExtensionInstanceMethod(TouchSocket.Rpc.RpcMethod,System.Collections.Generic.List{System.String},TouchSocket.Rpc.RpcParameter[],System.Boolean)" 的 <param name="rpcMethod"/> 文档]

parametersStr  ListString

[缺少 "M:TouchSocket.Rpc.RpcAttribute.GetExtensionInstanceMethod(TouchSocket.Rpc.RpcMethod,System.Collections.Generic.List{System.String},TouchSocket.Rpc.RpcParameter[],System.Boolean)" 的 <param name="parametersStr"/> 文档]

parameters  RpcParameter

[缺少 "M:TouchSocket.Rpc.RpcAttribute.GetExtensionInstanceMethod(TouchSocket.Rpc.RpcMethod,System.Collections.Generic.List{System.String},TouchSocket.Rpc.RpcParameter[],System.Boolean)" 的 <param name="parameters"/> 文档]

isAsync  Boolean

[缺少 "M:TouchSocket.Rpc.RpcAttribute.GetExtensionInstanceMethod(TouchSocket.Rpc.RpcMethod,System.Collections.Generic.List{System.String},TouchSocket.Rpc.RpcParameter[],System.Boolean)" 的 <param name="isAsync"/> 文档]

返回值

String

[缺少 "M:TouchSocket.Rpc.RpcAttribute.GetExtensionInstanceMethod(TouchSocket.Rpc.RpcMethod,System.Collections.Generic.List{System.String},TouchSocket.Rpc.RpcParameter[],System.Boolean)" 的 <returns> 文档]

参见