Searched refs:finishedTokenSource (Results 1 – 1 of 1) sorted by relevance
67 CancellationTokenSource finishedTokenSource = new CancellationTokenSource(); field in Grpc.IntegrationTesting.StressTestClient109 finishedTokenSource.CancelAfter(TimeSpan.FromSeconds(options.TestDurationSecs)); in Run()142 while (!finishedTokenSource.Token.IsCancellationRequested) in RunBodyAsync()