Click or drag to resize

SubscriptionControllerReadSubscription Method

Read the subscription connection calling the Subscription manager Get method

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Task<Subscription> ReadSubscription(
	DataObject dataObject
)

Parameters

dataObject
Type: Omada.OE.ModelDataObject

Return Value

Type: TaskSubscription
Exceptions
ExceptionCondition
ArgumentNullException
See Also