Click or drag to resize

ISubscriptionManagerFactoryCreateManager Method

Creating subscription manager

Namespace:  Omada.OE.Model.Subscriptions
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
ISubscriptionManager CreateManager(
	SubscriptionConnection connection
)

Parameters

connection
Type: Omada.OE.Model.SubscriptionsSubscriptionConnection
subscription connection information

Return Value

Type: ISubscriptionManager
subscription manager
See Also