IStreamSubscriptionManager Interface
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.
Functionality for managing stream subscriptions.
public interface IStreamSubscriptionManager
type IStreamSubscriptionManager = interface
Public Interface IStreamSubscriptionManager
Methods
AddSubscription(String, IStreamIdentity, GrainReference) | |
AddSubscription(String, StreamId, GrainReference) |
Subscribes the specified grain to a stream. |
GetSubscriptions(String, IStreamIdentity) | |
GetSubscriptions(String, StreamId) |
Gets the subscriptions for a stream. |
RemoveSubscription(String, IStreamIdentity, Guid) | |
RemoveSubscription(String, StreamId, Guid) |
Unsubscribes a grain from a stream. |