# IAsyncStream&lt;T&gt;.GetAllSubscriptionHandles

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iasyncstream-1/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iasyncstream-1/methods/)

```csharp
public abstract Task<IList<StreamSubscriptionHandle<T>>> GetAllSubscriptionHandles()
```

Retrieves a list of all active subscriptions created by the caller for this stream.
