# IAsyncEnumerableGrainExtension

Package: [Microsoft.Orleans.Core.Abstractions](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Core.Abstractions) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core.Abstractions/Runtime/AsyncEnumerableRequest.cs#L80)

```csharp
public interface IAsyncEnumerableGrainExtension : IAddressable, IGrainExtension
```

Grain extension interface for grains which return `System.Collections.Generic.IAsyncEnumerable-1` from grain methods.

## Methods

- [DisposeAsync(Guid)](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.iasyncenumerablegrainextension/methods/disposeasync-system-guid-c77d59ce/)
- [MoveNext(Guid, CancellationToken)](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.iasyncenumerablegrainextension/methods/movenext-1-system-guid-system-threading-cancellationtoken-2c13fc98/)
- [MoveNext(Guid)](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.iasyncenumerablegrainextension/methods/movenext-1-system-guid-c5c1c5b1/)
- [StartEnumeration(Guid, IAsyncEnumerableRequest&lt;T&gt;, CancellationToken)](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.iasyncenumerablegrainextension/methods/startenumeration-1-system-guid-orleans-runtime-iasyncenumerablerequest-t-system-e3984f2c/)
- [StartEnumeration(Guid, IAsyncEnumerableRequest&lt;T&gt;)](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.iasyncenumerablegrainextension/methods/startenumeration-1-system-guid-orleans-runtime-iasyncenumerablerequest-t-7e4a5f95/)
