Click or drag to resize
ChatHelperCheckOperationForFlooding Method
Checks if specified operation happened to early after the previous call. If it happened to early (earlier than timespan specified in settings), it is considered as flooding and operation should be stopped.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public static bool CheckOperationForFlooding(
	FloodOperationEnum operation
)

Parameters

operation
Type: CMS.ChatFloodOperationEnum
Type of operation

Return Value

Type: Boolean
True if everything is ok. False if operation should be stopped.
See Also