Invalidates the comment count cache.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual void InvalidateCommentCountCache(
	int entityType
)
Visual Basic
Public Overridable Sub InvalidateCommentCountCache ( 
	entityType As Integer
)
Visual C++
public:
virtual void InvalidateCommentCountCache(
	int entityType
)
F#
abstract InvalidateCommentCountCache : 
        entityType : int -> unit 
override InvalidateCommentCountCache : 
        entityType : int -> unit 

Parameters

entityType
Type: System..::..Int32
Type of the entity.

Implements

ICommentBLL..::..InvalidateCommentCountCache(Int32)

See Also