Edit

Share via


IAsyncStream<T>.GetAllSubscriptionHandles Method

Definition

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

public System.Threading.Tasks.Task<System.Collections.Generic.IList<Orleans.Streams.StreamSubscriptionHandle<T>>> GetAllSubscriptionHandles ();
abstract member GetAllSubscriptionHandles : unit -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Orleans.Streams.StreamSubscriptionHandle<'T>>>
Public Function GetAllSubscriptionHandles () As Task(Of IList(Of StreamSubscriptionHandle(Of T)))

Returns

Applies to