Click or drag to resize
IChatServiceCloseAllNotifications Method
Closes (markes as read) all notifications which belongs to online users and which were sent until untilWhen.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
ChatGeneralResponse CloseAllNotifications(
	long untilWhen
)

Parameters

untilWhen
Type: SystemInt64
Notifications received before this time (Ticks) will be closed. This time can be obtained in Ping().Notifications.LastChange

Return Value

Type: ChatGeneralResponse
General response
See Also