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

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

Parameters

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