| 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: 10.0.0
 Syntax
SyntaxChatGeneralResponse<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: 
ChatGeneralResponseSupportPingResponseData See Also
See Also