# ResponseCompletionSourcePool.Get

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.invocation.responsecompletionsourcepool/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.invocation.responsecompletionsourcepool/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Invocation/Pools/ResponseCompletionSourcePool.cs)

```csharp
public static ResponseCompletionSource<T> Get<T>()
```

Gets a value from the pool.

### Returns

A value from the pool.
