Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionRegistry.cs40 readonly Func<RequestCallContextSafeHandle> requestCallContextFactory; field in Grpc.Core.Internal.CompletionRegistry
45 …ntextSafeHandle> batchContextFactory, Func<RequestCallContextSafeHandle> requestCallContextFactory) in CompletionRegistry() argument
49 … this.requestCallContextFactory = GrpcPreconditions.CheckNotNull(requestCallContextFactory); in CompletionRegistry()
80 var ctx = requestCallContextFactory(); in RegisterRequestCallCompletion()