DeletionReason 枚举

枚举,它定义为从高速缓存中对象的删除的可能原因。

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

语法

声明
Public Enumeration DeletionReason
用法
Dim instance As DeletionReason
public enum DeletionReason

成员

成员名称 说明
UserRequest 该对象已被移除,因为它明确删除了用户。
ParentDeleted 该对象已被移除,因为它的父对象被删除。
Trim 该对象已被移除,因为它修剪。
Expired 该对象已被移除,因为其到期日期已过。

另请参阅

引用

Microsoft.Office.Server.ObjectCache 命名空间