Click or drag to resize

INotificationsHandlerHandleNotifications Method

HandleNotifications

Namespace:  Omada.OE.Model.Subscriptions
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
Task HandleNotifications(
	Subscription subscription,
	IEnumerable<ChangeNotification> notifications
)

Parameters

subscription
Type: Omada.OE.Model.SubscriptionsSubscription
notifications
Type: System.Collections.GenericIEnumerableChangeNotification

Return Value

Type: Task
See Also