Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DChannel.cs39 readonly CancellationTokenSource shutdownTokenSource = new CancellationTokenSource(); field in Grpc.Core.Channel
198 return this.shutdownTokenSource.Token;
244 shutdownTokenSource.Cancel(); in ShutdownAsync()