Click or drag to resize

ISubscriptionManagerGet Method

Get subscription

Namespace:  Omada.OE.Model.Subscriptions
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
Task<Subscription> Get(
	string subscriptionId
)

Parameters

subscriptionId
Type: SystemString

Return Value

Type: TaskSubscription
See Also