Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DRunnerClientServerTest.cs51 serverRunner.StopAsync().Wait(); in Cleanup()
89 await runner.StopAsync(); in ClientServerRunner()
DWorkerServiceImpl.cs63 await runner.StopAsync(); in RunServer()
85 await runner.StopAsync(); in RunClient()
DIClientRunner.cs49 Task StopAsync(); in StopAsync() method
DIServerRunner.cs54 Task StopAsync(); in StopAsync() method
DServerRunners.cs158 public Task StopAsync() in StopAsync() method in Grpc.IntegrationTesting.ServerRunnerImpl
DTestGrpc.cs758 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.ReconnectInfo> StopAsync(global::Grpc.Tes… in StopAsync() method in Grpc.Testing.ReconnectService.ReconnectServiceClient
760 return StopAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in StopAsync()
762 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.ReconnectInfo> StopAsync(global::Grpc.Tes… in StopAsync() method in Grpc.Testing.ReconnectService.ReconnectServiceClient
DClientRunners.cs187 public async Task StopAsync() in StopAsync() method in Grpc.IntegrationTesting.ClientRunnerImpl
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DGrpcThreadPool.cs90 public Task StopAsync() in StopAsync() method in Grpc.Core.Internal.GrpcThreadPool
/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs397 await threadPool.StopAsync().ConfigureAwait(false); in ShutdownAsync()