Click or drag to resize
ChatOnlineUserInfoProviderDeleteChatOnlineUserInternal Method
Deletes specified chat online user.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteChatOnlineUserInternal(
	ChatOnlineUserInfo userObj
)

Parameters

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