Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Examples.MathClient/
DMathClient.cs37 await MathExamples.DependentRequestsExample(client); in Main()
/third_party/grpc/src/csharp/Grpc.Examples/
DMathExamples.cs80 public static async Task DependentRequestsExample(Math.MathClient client) in DependentRequestsExample() method in Math.MathExamples