ISubscriptionManager.GetSubscription Method
Include Protected Members
Include Inherited Members
Gets a single cache subscription.
Overload List
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. |
Top