Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAsyncCallServer.cs34 …lBase<TResponse, TRequest>, IReceivedCloseOnServerCallback, ISendStatusFromServerCompletionCallback
244 ISendStatusFromServerCompletionCallback SendStatusFromServerCompletionCallback => this;
246 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.cs48 …(success, context, state) => ((ISendStatusFromServerCompletionCallback)state).OnSendStatusFromServ…
130 …public void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status sta… in StartSendStatusFromServer()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DFakeNativeCall.cs65 public ISendStatusFromServerCompletionCallback SendStatusFromServerCallback
159 …public void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status sta… in StartSendStatusFromServer()