Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DBatchContextSafeHandle.cs179 struct CompletionCallbackData struct in Grpc.Core.Internal.BatchContextSafeHandle
181 public CompletionCallbackData(BatchCompletionDelegate callback, object state) in CompletionCallbackData() argument
187 public BatchCompletionDelegate Callback { get; }
188 public object State { get; }