Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DBatchContextSafeHandle.cs68 public void SetCompletionCallback(BatchCompletionDelegate callback, object state) in SetCompletionCallback() method in Grpc.Core.Internal.BatchContextSafeHandle
DCompletionRegistry.cs73 ctx.SetCompletionCallback(callback, state); in RegisterBatchCompletion()