Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerSafeHandle.cs63 …public void ShutdownAndNotify(BatchCompletionDelegate callback, CompletionQueueSafeHandle completi… in ShutdownAndNotify() method in Grpc.Core.Internal.ServerSafeHandle
/external/grpc-grpc/src/csharp/Grpc.Core/
DServer.cs220 handle.ShutdownAndNotify(HandleServerShutdown, cq); in ShutdownInternalAsync()