public bool TryGetRpcMethod(
string actionKey,
out RpcMethod rpcMethod
)
Public Function TryGetRpcMethod (
actionKey As String,
<OutAttribute> ByRef rpcMethod As RpcMethod
) As Boolean
member TryGetRpcMethod :
actionKey : string *
rpcMethod : RpcMethod byref -> bool
[缺少 "M:TouchSocket.Rpc.ActionMap.TryGetRpcMethod(System.String,TouchSocket.Rpc.RpcMethod@)" 的 <param name="actionKey"/> 文档]
[缺少 "M:TouchSocket.Rpc.ActionMap.TryGetRpcMethod(System.String,TouchSocket.Rpc.RpcMethod@)" 的 <param name="rpcMethod"/> 文档]
[缺少 "M:TouchSocket.Rpc.ActionMap.TryGetRpcMethod(System.String,TouchSocket.Rpc.RpcMethod@)" 的 <returns> 文档]