Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DXdsInteropClient.cs148 inflightTasks.Add(RunSingleRpcAsync(client, cancellationToken, rpcType)); in RunSingleChannelAsync()
169 …private async Task RunSingleRpcAsync(TestService.TestServiceClient client, CancellationToken cance… in RunSingleRpcAsync() method in Grpc.IntegrationTesting.XdsInteropClient