Click or drag to resize

PFHeaderHubNotificationsRead Method

Called from client-side to mark a list of notifications as read.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public void NotificationsRead(
	long applicationId,
	List<long> notificationIds
)

Parameters

applicationId
Type: SystemInt64
The application id.
notificationIds
Type: System.Collections.GenericListInt64
Ids of the notifications.
See Also