SPCache.NotifyItemRemoved Method

Raises the ItemRemoved event and passes event-specific data to the associated event handler.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Sub NotifyItemRemoved ( _
    sender As Object, _
    e As CacheItemRemovedEventArgs _
)
'Usage
Dim instance As SPCache
Dim sender As Object
Dim e As CacheItemRemovedEventArgs

instance.NotifyItemRemoved(sender, e)
public void NotifyItemRemoved(
    Object sender,
    CacheItemRemovedEventArgs e
)

Parameters

See Also

Reference

SPCache Class

SPCache Members

Microsoft.Office.Server.ObjectCache Namespace