Click or drag to resize

SubscriptionControllerRenewSubscription Method

Renew Expiring Subscription using the SubscriptionManager and update the data object

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

Parameters

dataObject
Type: Omada.OE.ModelDataObject

Return Value

Type: TaskSubscription
Exceptions
ExceptionCondition
ArgumentNullException
See Also