Click or drag to resize
IChatServicePingInitiate 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: 8.2.23
Syntax
C#
ChatGeneralResponse<InitiateChatRequestData> PingInitiate(
	Nullable<long> lastChange
)

Parameters

lastChange
Type: SystemNullableInt64
Last state on the client.

Return Value

Type: ChatGeneralResponseInitiateChatRequestData
See Also