EventLogConfiguration.ProviderLatency 属性
定义
获取事件提供程序在将事件发布到日志时所使用的最大滞后时间。Gets the maximum latency time used by the event provider when publishing events to the log.
public:
property Nullable<int> ProviderLatency { Nullable<int> get(); };
public int? ProviderLatency { get; }
member this.ProviderLatency : Nullable<int>
Public ReadOnly Property ProviderLatency As Nullable(Of Integer)
属性值
事件提供程序在向日志发布事件时使用的最大延迟时间; null 如果事件提供程序未指定延迟时间,则为。The maximum latency time used by the event provider when publishing events to the log, or null if no latency time was specified by the event provider.