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

Parameters

lastChange
Type: SystemNullableInt64
Last state on the client.

Return Value

Type: ChatGeneralResponseInitiateChatRequestData

Implements

IChatServicePingInitiate(NullableInt64)
See Also