This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Invokes the refresh action on a thread pool thread

Namespace: Smartsite.Tools.Caching
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public static void InvokeRefreshAction(
	 removedCacheItem,
	 removalReason
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Sub InvokeRefreshAction ( _
	removedCacheItem As , _
	removalReason As  _
)

Parameters

removedCacheItem
CacheItem
Cache item being removed. Must never be null.
removalReason
CacheItemRemovedReason
The reason the item was removed.

See Also

Advanced