Searched refs:ShutdownAndNotify (Results 1 – 4 of 4) sorted by relevance
63 …public void ShutdownAndNotify(BatchCompletionDelegate callback, CompletionQueueSafeHandle completi… in ShutdownAndNotify() method in Grpc.Core.Internal.ServerSafeHandle
220 handle.ShutdownAndNotify(HandleServerShutdown, cq); in ShutdownInternalAsync()
161 void ShutdownAndNotify(grpc_completion_queue* cq, void* tag);
794 void Server::ShutdownAndNotify(grpc_completion_queue* cq, void* tag) { in ShutdownAndNotify() function in grpc_core::Server1522 server->core_server->ShutdownAndNotify(cq, tag); in grpc_server_shutdown_and_notify()