Click or drag to resize

PFHeaderHubNotificationRead Method

Called when an unread notification is clicked client-side.

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 NotificationRead(
	long applicationId,
	long notificationId
)

Parameters

applicationId
Type: SystemInt64
The application id.
notificationId
Type: SystemInt64
The notification id.
See Also