ThrottledEventLogger 类

此类throttles重复特定上下文到 Windows 事件日志的事件将写入。可能与特定的持续时间 (默认值为 30 秒) [事件、 上下文] 对。上下文可以是任何对象,但最佳做法是使用对象不是暂时的。如果使用一个瞬态上下文是不可避免的确保删除超出范围之前。

继承层次结构

System.Object
  Microsoft.SharePoint.Diagnostics.ThrottledEventLogger

命名空间:  Microsoft.SharePoint.Diagnostics
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class ThrottledEventLogger
用法
Dim instance As ThrottledEventLogger
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class ThrottledEventLogger

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

ThrottledEventLogger 成员

Microsoft.SharePoint.Diagnostics 命名空间