ISubscriptionManager Members
Include Protected Members
Include Inherited Members
Represents an interface that contains all public subscription management methods.
Methods
Name | Description | |
---|---|---|
GetSubscription(Int32) | Gets a single cache subscription given its ID. | |
GetSubscription(IView, String) | Gets a single cache subscription given the view and the subscription name. | |
GetSubscription(String, String, String, String) | Gets a single cache subscription given the fully qualified name of the view and the subscription name. | |
GetSubscriptions() | Gets all subscriptions in the cache. | |
GetSubscriptions(String) | Gets all the subscriptions in the cache that are associated with the given solution. |
Top