Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs107 await InteropClient.RunCancelAfterBeginAsync(client); in CancelAfterBegin()
DStressTestClient.cs179 await InteropClient.RunCancelAfterBeginAsync(client); in RunTestCaseAsync()
DInteropClient.cs171 await RunCancelAfterBeginAsync(client); in RunTestCaseAsync()
400 public static async Task RunCancelAfterBeginAsync(TestService.TestServiceClient client) in RunCancelAfterBeginAsync() method in Grpc.IntegrationTesting.InteropClient