Click or drag to resize
ChatOnlineSupportInfoProviderCleanOnlineSupport Method
Cleans inactive (not pinging) online supporters.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static int CleanOnlineSupport(
	int inactiveForSeconds
)

Parameters

inactiveForSeconds
Type: SystemInt32
Number of seconds of inactivity needed to clean user

Return Value

Type: Int32
Number of cleaned users
See Also