# IAsyncStream&lt;T&gt; Methods

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

## GetAllSubscriptionHandles {#getallsubscriptionhandles-4705f716}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iasyncstream-1/methods/getallsubscriptionhandles-4705f716/)

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

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