Skip to content

IAsyncStream<T> Methods

This interface represents an object that serves as a distributed rendezvous between producers and consumers. It is similar to a Reactive Framework
Subject
and implements
IObserver
nor
IObservable
interfaces.

GetAllSubscriptionHandles

abstract
public abstract Task<IList<StreamSubscriptionHandle<T>>> GetAllSubscriptionHandles()
Retrieves a list of all active subscriptions created by the caller for this stream.