Click or drag to resize
RoomStateGetMessages Method
Gets newest messages.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public MessagesData GetMessages(
	Nullable<int> count,
	Nullable<DateTime> sinceWhen,
	bool isFirstRequest,
	int chatUserID
)

Parameters

count
Type: SystemNullableInt32
Max count
sinceWhen
Type: SystemNullableDateTime
Since when
isFirstRequest
Type: SystemBoolean
True if this is the first request (client does not have sinceWhen yet)
chatUserID
Type: SystemInt32
Current user ID (whisper messages will be filtered for this user)

Return Value

Type: MessagesData
See Also