Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DIPooledObject.cs32 void SetReturnToPoolAction(Action<T> returnAction); in SetReturnToPoolAction() method
DRequestCallContextSafeHandle.cs54 public void SetReturnToPoolAction(Action<RequestCallContextSafeHandle> returnAction) in SetReturnToPoolAction() method in Grpc.Core.Internal.RequestCallContextSafeHandle
DBatchContextSafeHandle.cs62 public void SetReturnToPoolAction(Action<BatchContextSafeHandle> returnAction) in SetReturnToPoolAction() method in Grpc.Core.Internal.BatchContextSafeHandle
DDefaultObjectPool.cs80 item.SetReturnToPoolAction(returnAction); in Lease()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DDefaultObjectPoolTest.cs84 public void SetReturnToPoolAction(Action<TestPooledObject> returnAction) in SetReturnToPoolAction() method in Grpc.Core.Internal.Tests.DefaultObjectPoolTest.TestPooledObject