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 Nullable<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.