Click or drag to resize
ChatServiceCloseAllNotifications 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: 12.0.0
Syntax
C#
public 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

Implements

IChatServiceCloseAllNotifications(Int64)
See Also