EventLogConfiguration.ProviderLatency 屬性

定義

取得事件提供者將事件發行至記錄檔時,所使用的最大延遲時間。

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 則為 。

適用於

另請參閱