Click or drag to resize
ChatOnlineUserInfoProviderGetChatOnlineUser Method
Returns chat online user with specified ID.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static ChatOnlineUserInfo GetChatOnlineUser(
	int userId
)

Parameters

userId
Type: SystemInt32
Chat online user ID.

Return Value

Type: ChatOnlineUserInfo
See Also