protected abstract Task ResponseAsync(
JsonRpcCallContextBase callContext,
Object result,
JsonRpcError error
)
Protected MustOverride Function ResponseAsync (
callContext As JsonRpcCallContextBase,
result As Object,
error As JsonRpcError
) As Task
abstract ResponseAsync :
callContext : JsonRpcCallContextBase *
result : Object *
error : JsonRpcError -> Task
[缺少 "M:TouchSocket.JsonRpc.JsonRpcParserPluginBase.ResponseAsync(TouchSocket.JsonRpc.JsonRpcCallContextBase,System.Object,TouchSocket.JsonRpc.JsonRpcError)" 的 <param name="callContext"/> 文档]
[缺少 "M:TouchSocket.JsonRpc.JsonRpcParserPluginBase.ResponseAsync(TouchSocket.JsonRpc.JsonRpcCallContextBase,System.Object,TouchSocket.JsonRpc.JsonRpcError)" 的 <param name="result"/> 文档]
[缺少 "M:TouchSocket.JsonRpc.JsonRpcParserPluginBase.ResponseAsync(TouchSocket.JsonRpc.JsonRpcCallContextBase,System.Object,TouchSocket.JsonRpc.JsonRpcError)" 的 <param name="error"/> 文档]
[缺少 "M:TouchSocket.JsonRpc.JsonRpcParserPluginBase.ResponseAsync(TouchSocket.JsonRpc.JsonRpcCallContextBase,System.Object,TouchSocket.JsonRpc.JsonRpcError)" 的 <returns> 文档]