Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallSafeHandle.cs37 static readonly BatchCompletionDelegate CompletionHandler_IUnaryResponseClientCallback =
39 static readonly BatchCompletionDelegate CompletionHandler_IReceivedStatusOnClientCallback =
41 static readonly BatchCompletionDelegate CompletionHandler_IReceivedMessageCallback =
43 static readonly BatchCompletionDelegate CompletionHandler_IReceivedResponseHeadersCallback =
45 static readonly BatchCompletionDelegate CompletionHandler_ISendCompletionCallback =
47 …static readonly BatchCompletionDelegate CompletionHandler_ISendStatusFromServerCompletionCallback =
49 static readonly BatchCompletionDelegate CompletionHandler_IReceivedCloseOnServerCallback =
DBatchContextSafeHandle.cs68 public void SetCompletionCallback(BatchCompletionDelegate callback, object state) in SetCompletionCallback()
158 public CompletionCallbackData(BatchCompletionDelegate callback, object state) in CompletionCallbackData()
164 public BatchCompletionDelegate Callback { get; }
DCompletionRegistry.cs30 …internal delegate void BatchCompletionDelegate(bool success, BatchContextSafeHandle ctx, object st… in BatchCompletionDelegate() method
70 …public BatchContextSafeHandle RegisterBatchCompletion(BatchCompletionDelegate callback, object sta… in RegisterBatchCompletion()
DServerSafeHandle.cs63 …public void ShutdownAndNotify(BatchCompletionDelegate callback, CompletionQueueSafeHandle completi… in ShutdownAndNotify()
DChannelSafeHandle.cs67 …tObservedState, Timespec deadline, CompletionQueueSafeHandle cq, BatchCompletionDelegate callback,… in WatchConnectivityState()
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannel.cs126 … static readonly BatchCompletionDelegate WatchConnectivityStateHandler = (success, ctx, state) =>