ChatRoomUserInfoProviderUpdateLastChecking Method |
Updates LastChecking (LastPing) in table ChatRoomUser of chat user with chatUserID
in room with chatRoomID to GETDATE() (sql server time).
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax 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:
BooleanTrue if everything is ok. False if user is not online in this room.
See Also