Click or drag to resize
RoomStateForceTryGetUser Method
Gets online user. Caller expects that user is present in list of online users.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public bool ForceTryGetUser(
	int chatUserID,
	out RoomOnlineUserData onlineUser
)

Parameters

chatUserID
Type: SystemInt32
Chat user ID
onlineUser
Type: CMS.ChatRoomOnlineUserData
Output Online User

Return Value

Type: Boolean
True if user was found
See Also