Click or drag to resize
ChatOnlineUserInfoProvider.SetChatOnlineUser Method
Sets (updates or inserts) specified chat online user.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public static void SetChatOnlineUser(
	ChatOnlineUserInfo userObj
)

Parameters

userObj
Type: CMS.Chat.ChatOnlineUserInfo
Chat online user to be set.
See Also