Home
last modified time | relevance | path

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

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