| RoomStateGetMessages Method | 
            Gets newest messages.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also