# AsyncEnumerableRequest&lt;T&gt;.InvokeImplementation

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.asyncenumerablerequest-1/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.asyncenumerablerequest-1/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core.Abstractions/Runtime/AsyncEnumerableRequest.cs#L183)

```csharp
public IAsyncEnumerable<T> InvokeImplementation()
```

Invokes the request.

### Returns

The result of invocation.
