Searched refs:StopAsync (Results 1 – 9 of 9) sorted by relevance
51 serverRunner.StopAsync().Wait(); in Cleanup()89 await runner.StopAsync(); in ClientServerRunner()
63 await runner.StopAsync(); in RunServer()85 await runner.StopAsync(); in RunClient()
49 Task StopAsync(); in StopAsync() method
54 Task StopAsync(); in StopAsync() method
158 public Task StopAsync() in StopAsync() method in Grpc.IntegrationTesting.ServerRunnerImpl
758 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.ReconnectInfo> StopAsync(global::Grpc.Tes… in StopAsync() method in Grpc.Testing.ReconnectService.ReconnectServiceClient760 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
187 public async Task StopAsync() in StopAsync() method in Grpc.IntegrationTesting.ClientRunnerImpl
90 public Task StopAsync() in StopAsync() method in Grpc.Core.Internal.GrpcThreadPool
397 await threadPool.StopAsync().ConfigureAwait(false); in ShutdownAsync()