IAsyncStream<T>.GetAllSubscriptionHandles Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)))