Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DDefaultObjectPool.cs33 readonly Action<T> returnAction; field in Grpc.Core.Internal.DefaultObjectPool
58 this.returnAction = Return; in DefaultObjectPool()
80 item.SetReturnToPoolAction(returnAction); in Lease()
DRequestCallContextSafeHandle.cs54 public void SetReturnToPoolAction(Action<RequestCallContextSafeHandle> returnAction) in SetReturnToPoolAction() argument
57 returnToPoolAction = returnAction; in SetReturnToPoolAction()
DBatchContextSafeHandle.cs62 public void SetReturnToPoolAction(Action<BatchContextSafeHandle> returnAction) in SetReturnToPoolAction() argument
65 returnToPoolAction = returnAction; in SetReturnToPoolAction()
DIPooledObject.cs32 void SetReturnToPoolAction(Action<T> returnAction); in SetReturnToPoolAction() argument
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DDefaultObjectPoolTest.cs84 public void SetReturnToPoolAction(Action<TestPooledObject> returnAction) in SetReturnToPoolAction() argument
86 this.ReturnAction = returnAction; in SetReturnToPoolAction()