RpcAttributeGetReturn 方法
            获取返回值
            
命名空间: TouchSocket.Rpc程序集: TouchSocket.Rpc (在 TouchSocket.Rpc.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public virtual string GetReturn(
	RpcMethod rpcMethod,
	bool isAsync
)
Public Overridable Function GetReturn ( 
	rpcMethod As RpcMethod,
	isAsync As Boolean
) As String
abstract GetReturn : 
        rpcMethod : RpcMethod * 
        isAsync : bool -> string 
override GetReturn : 
        rpcMethod : RpcMethod * 
        isAsync : bool -> string 
- rpcMethod  RpcMethod
 - 远程过程调用方法的信息
 - isAsync  Boolean
 - 是否为异步调用
 
String返回值类型字符串