Click or drag to resize
ChatRoomUserInfoProviderUpdateLastChecking Method
Updates LastChecking (LastPing) in table ChatRoomUser of chat user with chatUserID in room with chatRoomID to GETDATE() (sql server time).

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static bool UpdateLastChecking(
	int chatUserID,
	int chatRoomID
)

Parameters

chatUserID
Type: SystemInt32
ID of a chat user
chatRoomID
Type: SystemInt32
Room ID

Return Value

Type: Boolean
True if everything is ok. False if user is not online in this room.
See Also