Home
last modified time | relevance | path

Searched refs:HandleNewServerRpc (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DServer.cs304 handle.RequestCall((success, ctx) => HandleNewServerRpc(success, ctx, cq), cq); in AllowOneRpc()
361 …private void HandleNewServerRpc(bool success, RequestCallContextSafeHandle ctx, CompletionQueueSaf… in HandleNewServerRpc() method in Grpc.Core.Server