EventLogConfiguration.ProviderLatency 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得事件提供者將事件發行至記錄檔時,所使用的最大延遲時間。
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
則為 。