Home
last modified time | relevance | path

Searched refs:RequestCallCompletionDelegate (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionRegistry.cs32 …internal delegate void RequestCallCompletionDelegate(bool success, RequestCallContextSafeHandle ct… in RequestCallCompletionDelegate() method
78 …ic RequestCallContextSafeHandle RegisterRequestCallCompletion(RequestCallCompletionDelegate callba… in RegisterRequestCallCompletion()
DServerSafeHandle.cs74 …public void RequestCall(RequestCallCompletionDelegate callback, CompletionQueueSafeHandle completi… in RequestCall()
DRequestCallContextSafeHandle.cs60 public RequestCallCompletionDelegate CompletionCallback { get; set; }