# 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/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Orleans.Serialization/Invocation/ResponseCompletionSource.cs#L236-L248)

```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`.
