Searched defs:StopAsync (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ | ||
D | IClientRunner.cs | 49 Task StopAsync(); in StopAsync() method |
D | IServerRunner.cs | 54 Task StopAsync(); in StopAsync() method |
D | ServerRunners.cs | 158 public Task StopAsync() in StopAsync() method in Grpc.IntegrationTesting.ServerRunnerImpl |
D | ClientRunners.cs | 187 public async Task StopAsync() in StopAsync() method in Grpc.IntegrationTesting.ClientRunnerImpl |
D | TestGrpc.cs | 758 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.ReconnectInfo> StopAsync(global::Grpc.Tes… in StopAsync() method in Grpc.Testing.ReconnectService.ReconnectServiceClient |
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ | ||
D | GrpcThreadPool.cs | 90 public Task StopAsync() in StopAsync() method in Grpc.Core.Internal.GrpcThreadPool |