Click or drag to resize
ChatService.PingInitiate Method
Checks if there is new initiated chat request pending for this user and returns it. Returns null if there is nothing. Requests are searched by ContactID and UserID.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public ChatGeneralResponse<InitiateChatRequestData> PingInitiate(
	Nullable<long> lastChange
)

Parameters

lastChange
Type: System.Nullable<Int64>
Last state on the client.

Return Value

Type: ChatGeneralResponse<InitiateChatRequestData>

Implements

IChatService.PingInitiate(Nullable<Int64>)
See Also