Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs87 …private static List<Channel> CreateChannels(int clientChannels, IEnumerable<string> serverTargets,… in CreateChannels() argument
89 … GrpcPreconditions.CheckArgument(clientChannels > 0, "clientChannels needs to be at least 1."); in CreateChannels()
104 for (int i = 0; i < clientChannels; i++) in CreateChannels()