SPCache.NotifyItemRemoved 方法

引发ItemRemoved事件,事件特定的数据传递给关联的事件处理程序。

命名空间:  Microsoft.Office.Server.ObjectCache
程序集:  Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)

语法

声明
Public Sub NotifyItemRemoved ( _
    sender As Object, _
    e As CacheItemRemovedEventArgs _
)
用法
Dim instance As SPCache
Dim sender As Object
Dim e As CacheItemRemovedEventArgs

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

参数

另请参阅

引用

SPCache 类

SPCache 成员

Microsoft.Office.Server.ObjectCache 命名空间