IStreamPubSub.GetAllSubscriptions(QualifiedStreamId, GrainId) 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.
public System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Streams.Core.StreamSubscription>> GetAllSubscriptions (Orleans.Runtime.QualifiedStreamId streamId, Orleans.Runtime.GrainId streamConsumer = default);
abstract member GetAllSubscriptions : Orleans.Runtime.QualifiedStreamId * Orleans.Runtime.GrainId -> System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Streams.Core.StreamSubscription>>
Public Function GetAllSubscriptions (streamId As QualifiedStreamId, Optional streamConsumer As GrainId = Nothing) As Task(Of List(Of StreamSubscription))
Parameters
- streamId
- QualifiedStreamId
- streamConsumer
- GrainId