Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs200 … private void RunUnary(Channel channel, IInterarrivalTimer timer, BasicProfiler optionalProfiler) in RunUnary() method in Grpc.IntegrationTesting.ClientRunnerImpl
321 …return Task.Factory.StartNew(() => RunUnary(channel, timer, optionalProfiler), TaskCreationOptions… in RunClientAsync()