Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Examples.MathClient/
DMathClient.cs35 MathExamples.SumExample(client).Wait(); in Main()
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathExamples.cs48 public static async Task SumExample(Math.MathClient client) in SumExample() method in Math.MathExamples