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,
	Guid parentId
)
Visual Basic
Public Overridable Sub InvalidateCommentCountCache ( 
	entityType As Integer,
	parentId As Guid
)
Visual C++
public:
virtual void InvalidateCommentCountCache(
	int entityType, 
	Guid parentId
)
F#
abstract InvalidateCommentCountCache : 
        entityType : int * 
        parentId : Guid -> unit 
override InvalidateCommentCountCache : 
        entityType : int * 
        parentId : Guid -> unit 

Parameters

entityType
Type: System..::..Int32
Type of the entity.
parentId
Type: System..::..Guid
The parent identifier.

Implements

ICommentBLL..::..InvalidateCommentCountCache(Int32, Guid)

See Also