Click or drag to resize
ChatServiceBaseVerifyChatUserIsOnlineInARoom Method
Verifies that currently logged in chat user is online in a room. Throws exception in case of failure and does nothing in case of success.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax
C#
protected void VerifyChatUserIsOnlineInARoom(
	int roomID
)

Parameters

roomID
Type: SystemInt32
Room ID
See Also