Click or drag to resize
RoomState.ForceIsUserOnline Method
Checks if user is online. Caller of this method expects that user is online. If user is not online in cache, this method checks database.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public bool ForceIsUserOnline(
	int chatUserID
)

Parameters

chatUserID
Type: System.Int32
Chat user ID

Return Value

Type: Boolean
True if he is online
See Also