Searched refs:BatchCompletionDelegate (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | CallSafeHandle.cs | 37 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 =
|
D | BatchContextSafeHandle.cs | 68 public void SetCompletionCallback(BatchCompletionDelegate callback, object state) in SetCompletionCallback() 158 public CompletionCallbackData(BatchCompletionDelegate callback, object state) in CompletionCallbackData() 164 public BatchCompletionDelegate Callback { get; }
|
D | CompletionRegistry.cs | 30 …internal delegate void BatchCompletionDelegate(bool success, BatchContextSafeHandle ctx, object st… in BatchCompletionDelegate() method 70 …public BatchContextSafeHandle RegisterBatchCompletion(BatchCompletionDelegate callback, object sta… in RegisterBatchCompletion()
|
D | ServerSafeHandle.cs | 63 …public void ShutdownAndNotify(BatchCompletionDelegate callback, CompletionQueueSafeHandle completi… in ShutdownAndNotify()
|
D | ChannelSafeHandle.cs | 67 …tObservedState, Timespec deadline, CompletionQueueSafeHandle cq, BatchCompletionDelegate callback,… in WatchConnectivityState()
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | Channel.cs | 126 … static readonly BatchCompletionDelegate WatchConnectivityStateHandler = (success, ctx, state) =>
|