# ResponseCompletionSource&lt;TResult&gt;.GetResult(short)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Invocation/ResponseCompletionSource.cs#L237-L249)

```csharp
public TResult GetResult(short token)
```

Gets the result of the `System.Threading.Tasks.Sources.IValueTaskSource-1`.

### Parameters

- `token` (`short`): An opaque value that was provided to the `System.Threading.Tasks.ValueTask` constructor.

### Returns

The result of the `System.Threading.Tasks.Sources.IValueTaskSource-1`.
