Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceGrpc.cs61 …grpc::Method<global::Grpc.Testing.Void, global::Grpc.Testing.Void> __Method_QuitWorker = new grpc:… field in Grpc.Testing.WorkerService
282 return CallInvoker.BlockingUnaryCall(__Method_QuitWorker, null, options, request); in QuitWorker()
304 return CallInvoker.AsyncUnaryCall(__Method_QuitWorker, null, options, request); in QuitWorkerAsync()
321 .AddMethod(__Method_QuitWorker, serviceImpl.QuitWorker).Build(); in BindService()