Home
last modified time | relevance | path

Searched defs:CompletionCallbackData (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DBatchContextSafeHandle.cs156 struct CompletionCallbackData struct in Grpc.Core.Internal.BatchContextSafeHandle
158 public CompletionCallbackData(BatchCompletionDelegate callback, object state) in CompletionCallbackData() method
164 public BatchCompletionDelegate Callback { get; }
165 public object State { get; }