Home
last modified time | relevance | path

Searched refs:ISendStatusFromServerCompletionCallback (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DAsyncCallServer.cs34 …lBase<TResponse, TRequest>, IReceivedCloseOnServerCallback, ISendStatusFromServerCompletionCallback
247 ISendStatusFromServerCompletionCallback SendStatusFromServerCompletionCallback => this;
249 void ISendStatusFromServerCompletionCallback.OnSendStatusFromServerCompletion(bool success) in ISendStatusFromServerCompletionCallback.OnSendStatusFromServerCompletion()
DINativeCall.cs49 internal interface ISendStatusFromServerCompletionCallback interface
90 …void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status status, Me… in StartSendStatusFromServer()
DCallSafeHandle.cs49 …(success, context, state) => ((ISendStatusFromServerCompletionCallback)state).OnSendStatusFromServ…
131 …public void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status sta… in StartSendStatusFromServer()
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/
DUtf8Encode.cs29 public class Utf8Encode : ISendStatusFromServerCompletionCallback
124 … void ISendStatusFromServerCompletionCallback.OnSendStatusFromServerCompletion(bool success) { } in ISendStatusFromServerCompletionCallback.OnSendStatusFromServerCompletion()
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/
DFakeNativeCall.cs65 public ISendStatusFromServerCompletionCallback SendStatusFromServerCallback
159 …public void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status sta… in StartSendStatusFromServer()