Click or drag to resize
ChatOnlineUserInfoProviderSetChatOnlineUserInternal 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#
protected virtual void SetChatOnlineUserInternal(
	ChatOnlineUserInfo userObj
)

Parameters

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