JsonRpcActorInputReceiveAsync 方法
异步接收输入。
命名空间: TouchSocket.JsonRpc程序集: TouchSocket.JsonRpc (在 TouchSocket.JsonRpc.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public Task InputReceiveAsync(
ReadOnlyMemory<byte> memory,
JsonRpcCallContextBase callContext
)
Public Function InputReceiveAsync (
memory As ReadOnlyMemory(Of Byte),
callContext As JsonRpcCallContextBase
) As Task
member InputReceiveAsync :
memory : ReadOnlyMemory<byte> *
callContext : JsonRpcCallContextBase -> Task
- memory ReadOnlyMemoryByte
- 输入内存。
- callContext JsonRpcCallContextBase
- 调用上下文。
Task任务。