Home
last modified time | relevance | path

Searched refs:RegisterBatchCompletion (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallSafeHandle.cs73 …var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(CompletionHandler_IUnaryRespo… in StartUnary()
89 …var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(CompletionHandler_IUnaryRespo… in StartClientStreaming()
98 …var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(CompletionHandler_IReceivedSt… in StartServerStreaming()
107 …var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(CompletionHandler_IReceivedSt… in StartDuplexStreaming()
116 …var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(CompletionHandler_ISendComple… in StartSendMessage()
125 …var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(CompletionHandler_ISendComple… in StartSendCloseFromClient()
135 …var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(CompletionHandler_ISendStatus… in StartSendStatusFromServer()
147 …var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(CompletionHandler_IReceivedMe… in StartReceiveMessage()
156 …var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(CompletionHandler_IReceivedRe… in StartReceiveInitialMetadata()
165 …var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(CompletionHandler_IReceivedCl… in StartServerSide()
[all …]
DServerSafeHandle.cs69 … var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(callback, null); in ShutdownAndNotify()
DChannelSafeHandle.cs69 var ctx = cq.CompletionRegistry.RegisterBatchCompletion(callback, callbackState); in WatchConnectivityState()
DCompletionRegistry.cs70 …public BatchContextSafeHandle RegisterBatchCompletion(BatchCompletionDelegate callback, object sta… in RegisterBatchCompletion() method in Grpc.Core.Internal.CompletionRegistry