IStreamSubscriptionManager.GetSubscriptions 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.
Overloads
GetSubscriptions(String, StreamId) |
Gets the subscriptions for a stream. |
GetSubscriptions(String, IStreamIdentity) |
GetSubscriptions(String, StreamId)
Gets the subscriptions for a stream.
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Orleans.Streams.Core.StreamSubscription>> GetSubscriptions (string streamProviderName, Orleans.Runtime.StreamId streamId);
abstract member GetSubscriptions : string * Orleans.Runtime.StreamId -> System.Threading.Tasks.Task<seq<Orleans.Streams.Core.StreamSubscription>>
Public Function GetSubscriptions (streamProviderName As String, streamId As StreamId) As Task(Of IEnumerable(Of StreamSubscription))
Parameters
- streamProviderName
- String
Name of the stream provider.
- streamId
- StreamId
The stream identifier.
Returns
The subscriptions.
Applies to
GetSubscriptions(String, IStreamIdentity)
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Orleans.Streams.Core.StreamSubscription>> GetSubscriptions (string streamProviderName, Orleans.Streams.IStreamIdentity StreamId);
abstract member GetSubscriptions : string * Orleans.Streams.IStreamIdentity -> System.Threading.Tasks.Task<seq<Orleans.Streams.Core.StreamSubscription>>
Public Function GetSubscriptions (streamProviderName As String, StreamId As IStreamIdentity) As Task(Of IEnumerable(Of StreamSubscription))
Parameters
- streamProviderName
- String
- StreamId
- IStreamIdentity