IChatSupportServiceSupportPing Method |
Checks for new rooms needing support.
Keeps alive (sets LastChecking to now) user on support and classic chat.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax ChatGeneralResponse<SupportPingResponseData> SupportPing(
Nullable<long> lastChange
)
Parameters
- lastChange
- Type: SystemNullableInt64
Time of last change which has this client. Only new rooms will be send. If null, all support rooms with pending messages will be send.
Return Value
Type:
ChatGeneralResponseSupportPingResponseDataSee Also