ISubscriptionManager.GetSubscriptions Method (String)
Gets all the subscriptions in the cache that are associated with the given solution.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetSubscriptions ( _
solutionId As String _
) As ISubscriptionCollection
'Usage
Dim instance As ISubscriptionManager
Dim solutionId As String
Dim returnValue As ISubscriptionCollection
returnValue = instance.GetSubscriptions(solutionId)
ISubscriptionCollection GetSubscriptions(
string solutionId
)
Parameters
solutionId
Type: System.StringID of the solution.
Return Value
Type: Microsoft.BusinessData.Offlining.ISubscriptionCollection
All subscriptions in the cache associated with the given solution.