Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceImpl.cs35 readonly Action stopRequestHandler; field in Grpc.Testing.WorkerServiceImpl
37 public WorkerServiceImpl(Action stopRequestHandler) in WorkerServiceImpl() argument
39 this.stopRequestHandler = GrpcPreconditions.CheckNotNull(stopRequestHandler); in WorkerServiceImpl()
95 stopRequestHandler(); in QuitWorker()