Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DStressTestClient.cs123 … var task = Task.Factory.StartNew(() => RunBodyAsync(client).GetAwaiter().GetResult(), in Run()
139 async Task RunBodyAsync(TestService.TestServiceClient client) in RunBodyAsync() method in Grpc.IntegrationTesting.StressTestClient